by roxanetd
passing char[256] by reference and wanting to cout the result
|
|
[3 replies] Last: Thank you for the help! This made my program work. Thanks for the he... (by roxanetd)
|
by muftah
Problem with Visual C ++ visual
|
|
[7 replies] Last: More so: You calculate z before x and y have values. Move z = x +... (by coder777)
|
by Angrboda
While loop input read starts at second value.
|
|
[2 replies] Last: I had thought about that for average. Ya average should definitely be ... (by Angrboda)
|
by Sp1ke
Matrix class operator overloading
|
|
[2 replies] Last: Great, problem solved!! Thanks so much!! (by Sp1ke)
|
split vs conjoined operators |
|
[4 replies] Last: @keskiverto Thank you! Never heard operators clled tokens, but it mak... (by propogrationdragon)
|
by muffsez
While loop question
|
|
[10 replies] Last: That makes sense, I was thinking about that while I was writing it see... (by muffsez)
|
by archidit
Redefinition of 'struct tm' error. Header issues
|
|
[6 replies] Last: However, if you do need the <ctime>, etc, put them first: Putting st... (by cire)
|
by zzQwerty
Inserting a node in a linked list using recursion
|
|
[3 replies] Last: The code was found in a dark and possibly forgotten corner of the inte... (by Nico)
|
by tlowe285
Help!!! I can't get the right output
|
|
[8 replies] Last: Do you run to program from your IDE or do you start it directly? I don... (by Nico)
|
by KenBoneSlice
dereferencing NULL pointer in queue
|
|
[6 replies] Last: Peter87, marvelous. That was exactly the problem. Thank you man. Much ... (by KenBoneSlice)
|
by jokerren
C-String Functions without using <cstring>
|
|
[6 replies] Last: Thank you very much for your help! It seems I was confused about how c... (by jokerren)
|
by CTLZ
storing multiple values of x and y
|
|
[1 reply] : Not really sure what you mean by multiple values of the same variable... (by lastchance)
|
by zeroblank
resize() doesnt work help
|
|
[4 replies] Last: thank you so much that helped (y) (by zeroblank)
|
by Roosebom
Converting decimal number to octal,binary,hexadecimal appears backwards.
|
|
[1 reply] : As you are going to derive the digits from the right, but write them b... (by lastchance)
|
by newbi187
Deque container assignment
|
|
[1 reply] : The main() function must be defined as a normal function. It's not all... (by Peter87)
|
by sbangtfd
Help with while loop please
|
|
[7 replies] Last: As someone said before, to use birth_rate and dead_rate and not having... (by Ciplas Plas)
|
Trouble Multiplying Matrices |
|
[4 replies] Last: Thank you guys. :) (by Maima Van Persie)
|
by kay jnr
dealing with integers
|
|
[4 replies] Last: It can't be done easily using decimal digits, but it's extremely easy ... (by mbozzi)
|
by MSG
Confused a bit
|
|
[4 replies] Last: Is this correct? int Function(int ar , int size) { int ROWS = 0; ... (by MSG)
|
by aqmorgan12
Voting simulator in c++
|
|
[2 replies] Last: It's supposed to be a voting simulator lol (by aqmorgan12)
|