Trying to display a 2D array of 4 rows with 10 columns? |
|
[1 reply] : Where do you initialize 'rows' and 'cols'? (by Arslan7041)
|
by Unisaurus
Question for final...
|
|
[1 reply] : true || true == true true || false == true false || false == false... (by ephraimr)
|
Loops |
|
[2 replies] Last: I thought I had done that but I gave it another try and it worked. Tha... (by closed account oEwqX9L8)
|
by phone98
Functinos C++
|
|
[1 reply] : You can't return two variables. You'll need to pass player1_strat and ... (by Arslan7041)
|
by Briez
Arrays -> Strings with spaces
|
|
[2 replies] Last: Thanks for the enlightenment JLBorges! Simple mistake. In array declar... (by Briez)
|
by jokeriswild
***Newbie*** Need help with strings
|
|
[3 replies] Last: Thank you so much FurryGuy. I really appreciate your help. (by jokeriswild)
|
by hazmatastic
File i/o not working correctly?
|
|
[2 replies] Last: Thanks, I think that did it! It was part of a loop, so I had to figure... (by hazmatastic)
|
by spun12
Euclidean GCD of multiple values
|
|
[1 reply] : gcd(a,b,c) = gcd(a,gcd(b,c)) Use recursion :) (by ephraimr)
|
by MrArtichoke
Hanoi Tower puzzle with vectors
|
|
[6 replies] Last: @MrArtichoke Very nice, and a lot shorter than what I was coming up w... (by whitenite1)
|
by chang123
cannot convert argument 1 to something error
|
|
[no replies]
|
by x1Prophet1x
Really need advice as to why this isnt working
|
|
[no replies]
|
BinaryFiles and infinite loops |
|
[7 replies] Last: Then don't enter any spaces when using the extraction operator since i... (by jlb)
|
by Imhotep
Sorting and Swapping with Pointers
|
|
[3 replies] Last: Have continued to try and clean up this problem. still not sure why i... (by Imhotep)
|
exchange a symbol |
|
[2 replies] Last: the most simple way to do this is to find the indexes of '(' and ')' i... (by jgg2002)
|
by teok
String manipulation
|
|
[1 reply] : http://stackoverflow.com/questions/5891610/how-to-remove-characters-fr... (by Thomas1965)
|
by aff
Recursive function with two different data types
|
|
[2 replies] Last: Solved, thank you!!!! if ((n/10) > 0) return (intTest((n/10),c)); ... (by aff)
|
by PSYCHAMERON
Copy constructor and move constructor
|
|
[4 replies] Last: I'm sorry to say that these are all USELESS! These are written as dif... (by PSYCHAMERON)
|
by Dizi
Help.. Can't figure out Min & Max
|
|
[2 replies] Last: Hi Moschops, I see where my mistake is at. Really appreciate your he... (by Dizi)
|
by Unisaurus
Writing an encrypted file to another file?
|
|
[6 replies] Last: Thanks for your help, I think I finally figured it out. (by djsmith217)
|
by ben1355
Overloading operator and ostream
|
|
[8 replies] Last: OK, it solved half of the problem, but for my predefined car1 object, ... (by ben1355)
|