by vin
Reusing an ifstream variable doesn't work
|
|
[2 replies] Last: That fixed it. Thanks. (by vin)
|
by Forswear
Binary to Decimal code c++ help
|
|
[4 replies] Last: In lines 8-15 you are using the variables but you haven't set them yet... (by Stewbond)
|
by subjugater
Can two variables of same type be declared/defined in one line?
|
|
[5 replies] Last: Thank you, firedraco!!!!!!!!!!!!!!!!!!!!!!!! (by subjugater)
|
by subjugater
compiling error for ctor in a derived class
|
|
[2 replies] Last: LB, Following your instruction, my script works! Thank you very much!... (by subjugater)
|
by maharris
problems with seek and fscanf
|
|
[1 reply] : Do you want us to read your mind? We can not help unless you post the ... (by LB)
|
Losing Float Object Data in array |
|
[5 replies] Last: I solved the problem. Turns out the problem was originating from forg... (by NewEonOrchestra)
|
by jpm61704
Looking for some help
|
|
[8 replies] Last: I would like to say http://www.youtube.com/user/antiRTFM makes great t... (by TheMassiveChipmunk)
|
Seekg(),fstream |
|
[3 replies] Last: you can't jump to a certain line unless all the lines have the same am... (by jmbauer1)
|
by maharris
how do i read(show output) from a file?
|
|
[5 replies] Last: Read in from file. If that's a booking, display it. Repeat until reach... (by Moschops)
|
by hellninjas
CMD Begone!
|
|
[13 replies] Last: LOL thanks for the help though! (by hellninjas)
|
Help with my text game? |
|
[1 reply] : I think the error is on this line srand(time(0)); . If you are callin... (by Peter87)
|
Help with my text game? |
|
[4 replies] Last: Duplicate: http://www.cplusplus.com/forum/beginner/60318/ Wazzak ... (by closed account zb0S216C)
|
by hopesfall
Is my code efficient?
|
|
[5 replies] Last: Here's a few small suggestions: -Avoid global variables as much as po... (by closed account zb0S216C)
|
Help? |
|
[5 replies] Last: Keep your alans on, Gates, I'll change it :)P Wazzak ... (by closed account zb0S216C)
|
by Nalyk
Finding the remainder using bitwise operators.
|
|
[8 replies] Last: If I mask out the x bits, I won't have an answer, because those shoul... (by Disch)
|
by subjugater
Several simple questions about an interesting test
|
|
[3 replies] Last: tfityo, Thank you so so much for your input. The structure you sugges... (by subjugater)
|
by malice
How do you make the basics fun?
|
|
[9 replies] Last: You can use tutorials which teach you fundamentals of c++. Tutorials s... (by Nexius)
|
Opening Files in a For Loop |
|
[1 reply] : If you're going to get the const char* from the string class, you may ... (by Nexius)
|
by hopesfall
How would I get one character from this string?
|
|
[6 replies] Last: use the [(unsigned int)] operator to retrieve the element from the str... (by Nexius)
|
by Lynx876
Real-time programming collaboration
|
|
[1 reply] : For anyone interested, I found this one: http://collabedit.com (by Lynx876)
|