by acorn
question about function formating
|
|
[2 replies] Last: ok ive never seen that before in any of the c++ examples ive read. I m... (by acorn)
|
by lik00
Do/While Loop Not Working
|
|
[5 replies] Last: Now I feel incompetent. It was the 'N' and 'Y' that I was missing. I m... (by lik00)
|
by c0dev0id
send Results to email
|
|
[6 replies] Last: Wouldn't it be simpler to download from a PHP script that does this fo... (by LB)
|
by Patrik
World Generator
|
|
[3 replies] Last: Once you've gotten the heightmap technique working, combine it with so... (by LB)
|
by defcon18
inserting object into array
|
|
[3 replies] Last: i am doing sort of the same thing but mine keeps deleting as well ...i... (by sondowner)
|
by zeromeus
Refreshing the terminal?
|
|
[2 replies] Last: to see what the program has stored at all times Do you mean what yo... (by MottMan)
|
by nano511
Searching a vector and deleting the item
|
|
[17 replies] Last: Idea... #include <iostream> #include <string> #include <algorithm> ... (by Janlan)
|
by dasnd12
Not sure why this isnt working..
|
|
[5 replies] Last: When you want to repeat some code, use a loop. while( some_condi... (by Disch)
|
by tonnot
reinterpretcast help . from struct to stream and vice-versa
|
|
[3 replies] Last: You're reinterpret_castint one kind of pointer to another (which can b... (by LB)
|
by nano511
Problems with vectors (1,2)
|
|
[21 replies] Last: It is not fixed but whatever ill just come back to it later (by nano511)
|
by montel007
can't figure it out
|
|
[2 replies] Last: If I understand this correctly, you want to take a set of data (using ... (by Intrexa)
|
by dougie142
Connect 4 project..complicated!
|
|
[6 replies] Last: thanks for your input! (by dougie142)
|
by tonnot
Different instances of my class uses the same buffer????
|
|
[1 reply] : Your buffer is on the stack. In this case it is the same, if you const... (by hamsterman)
|
by ryuoendo
High Scores.
|
|
[2 replies] Last: Well hello. You could start of by defining your variables.. and sort ... (by A0x0)
|
by ncpp
iterator through user define type vector
|
|
[6 replies] Last: You are welcome. Note that your first attempt didn't work because you ... (by m4ster r0shi)
|
by Germanunkol
Accessing a function of an object of type void*
|
|
[2 replies] Last: Thank you, this looks like exactly what I was looking for. It's way mo... (by Germanunkol)
|
by RICEFREAK
The variable 'newcustomer' is being used without being initialized.
|
|
[8 replies] Last: Ohhh okay. Thanks for your help dude. Here's what I did. I initialized... (by RICEFREAK)
|
by c0dev0id
cout Returns weird number
|
|
[4 replies] Last: Ok thank you it works perfectly now! (by c0dev0id)
|
by Jsel
Perplexing error in member function.
|
|
[3 replies] Last: I found out that if I move the line "moves_till_breed = 3" outside of ... (by Jsel)
|
by addition27
error MSB6006: "cmd.exe" exited with code 3
|
|
[no replies]
|