by kong288
C++ Book help!!!
|
|
[9 replies] Last: Bit that came out in 04', and the second was 11'. Wouldn't the '11 be... (by Athar)
|
by Nisheeth
Calculating the nth Root of a number
|
|
[6 replies] Last: Well, as for other methods: http://en.wikipedia.org/wiki/Methods_of_co... (by Athar)
|
by Sputnik
Function returning what seems to be an adress
|
|
[3 replies] Last: Thanks hamsterman! I cant believe I never picked that up... Thanks aga... (by Sputnik)
|
by huxuming
I need your help!
|
|
[1 reply] : Well at-least you use grammar in your post. Is there a problem with... (by Turbine)
|
by kong288
Collision!
|
|
[1 reply] : collision happens if (dis <= 0). Maybe you should check that out and a... (by eraggo)
|
by Nisheeth
Checking if the User Input is of correct type
|
|
[5 replies] Last: After you receive input, you can check the state of the stream with .g... (by Zhuge)
|
by joatmon
Using multiple files
|
|
[3 replies] Last: Got it. Thanks! (by joatmon)
|
by xXmusicmanXx
char case change
|
|
[2 replies] Last: in the end I just used some if statements....it worked out more easily... (by xXmusicmanXx)
|
by rastroh
Help w/ replacing characters in str w/ letter(char)?
|
|
[1 reply] : The only part of this that looks suspicious is the call to get_Secret_... (by jsmith)
|
by rtzoeller
Using STL containers in a header file
|
|
[4 replies] Last: Doh! Amazing how little things like that can make you frustrated for h... (by rtzoeller)
|
by codrgi
Dealing with arrays
|
|
[6 replies] Last: would ppl who actually read the post, start posting? appreciated :) (by codrgi)
|
by rheeler
Loops
|
|
[3 replies] Last: So very kind of you. Massive sigh of relief. I think I understand no... (by rheeler)
|
by Anon1010
Can't find/don't know my error
|
|
[7 replies] Last: Ah ha ha I am so terrible at life. Wow, disregard (by Intrexa)
|
by GosanKai
Remove String from Queue of Strings
|
|
[1 reply] : string Game::remove(string playerName) { string result; GameNode * ... (by ne555)
|
by vlad61
Recursion
|
|
[7 replies] Last: Hey thank you Shacktar - Im definitively starting to understand it but... (by vlad61)
|
by rtzoeller
Converting a string to an integer array
|
|
[6 replies] Last: Thanks a bunch! (by rtzoeller)
|
by Nisheeth
Doubt in Friendship between Classes
|
|
[4 replies] Last: Thanks a lot for explaining all that to me! I will keep all that in mi... (by Nisheeth)
|
by xXmusicmanXx
making the code look nice
|
|
[3 replies] Last: http://cplusplus.com/reference/iostream/manipulators/ here it is (by closed account iLUjLyTq)
|
by Watachiaieto
Help initializing char**
|
|
[1 reply] : Currently you are returning an array that is defined on the stack, whi... (by binarybob350)
|
by eidge
Binary File Input not reaching EOF
|
|
[6 replies] Last: readsome(buf,21) didn't work. But clear() did the trick. Thanks, Hu... (by eidge)
|