by GoranGaming
File Input & Output: List Error
|
|
[11 replies] Last: It's both I think! and I am not kidding. good because It gives you so... (by closed account 28poGNh0)
|
ofstream not writing all variables |
|
[2 replies] Last: Ah I fixed it. void vLoad() { ifstream fileStream("save.dat", ios... (by undeadsoldier)
|
by nmn
copy constructor error
|
|
[2 replies] Last: thanks...helped. (by nmn)
|
by programmerx
Type Casting Help Required
|
|
[1 reply] : Whether the function will work correctly nobody knows except you.:) (by vlad from moscow)
|
by Slazer
Output C style string with std::cout
|
|
[1 reply] : << is overloaded to treat const char* as string data rather than a p... (by Disch)
|
SDL_image not SDL |
|
[16 replies] Last: Got it to work. Thanks for all your help. (by closed account NUj6URfi)
|
by Sabratha
Maximum value C++ using #define
|
|
[3 replies] Last: I am sorry I did not make my question clear. Those codes are two separ... (by Sabratha)
|
by ben353
Segmentation fault in vector
|
|
[1 reply] : It's ok figured it out! I had to return the bool to false after the 'i... (by ben353)
|
by christoph
Type spcifier
|
|
[3 replies] Last: line 66 - you are returning values in a function which returns nothing... (by c0defisher)
|
by epd5030
Array Help!
|
|
[2 replies] Last: Sorry about that. Hope it is easier to read now. Can you help? (by epd5030)
|
by Stauricus
best design to items system
|
|
[4 replies] Last: it's ok, i'm not attached to the idea of having a single vector to hol... (by Stauricus)
|
by Rukky1
pointer
|
|
[2 replies] Last: oh! thanks for that correction (by Rukky1)
|
by hadz
computing the amount to be paid
|
|
[2 replies] Last: I think I had create this program before. (by systemerror)
|
by zigzak
Which IDE!
|
|
[9 replies] Last: I use Code::Blocks (by systemerror)
|
how to have 2 or 1 if known 1,2524... |
|
[4 replies] Last: In c++ use the functions floor() and ceil() . http://www.cplusplus.... (by Chervil)
|
by CharChen
Any difference between !a and a==0?
|
|
[6 replies] Last: Both expressions are equivalent if a is an integer or a boolean.... (by Peter87)
|
by GoranGaming
Digits To A Number
|
|
[8 replies] Last: Thanks for the answers everyone! I think I got it working now, however... (by GoranGaming)
|
by drazenmozart
seg fault in array of structs
|
|
[2 replies] Last: Hi, The issue is due to the improper usage of calloc function.Actually... (by GobiSakthivel)
|
by ApoC
Hello World Problem
|
|
[8 replies] Last: > it just shows up a window and goes out right away, what should I do... (by JLBorges)
|
by coolve
Undefined reference??
|
|
[3 replies] Last: I have no idea what happened but I just recreated the files and pasted... (by coolve)
|