by raines883
Battleship c++ game
|
|
[1 reply] : You are creating a board every time. Why not just create the board on... (by pogrady)
|
Class IDs - ResourceManager |
|
[15 replies] Last: Ah, thank you Dish! You're the best, I guess I'll just use Polymorphis... (by closed account N36fSL3A)
|
by enosmac
Bad Data checking in a loop, help?
|
|
[1 reply] : isdigit()? (by TheJJJunk)
|
calculating |
|
[1 reply] : cout<<"Please enter the____ quiz score <0-110>: "; cin >> quiz__; wh... (by TheJJJunk)
|
by LucasCarioca
Time card program
|
|
[3 replies] Last: Yes you could do this: string filename; string path = "C:/Users/Luca... (by TheJJJunk)
|
by majorursa
need help: error 'end' undeclared indentifier
|
|
[2 replies] Last: lol duh..... (by majorursa)
|
by chameleon
template function parameter inside template class
|
|
[3 replies] Last: I get the point now. But, dude! What a strange syntax! C++ syntax cont... (by chameleon)
|
by whiteone
Change a hardcoded value to user input
|
|
[6 replies] Last: I have and even tried it but not sure where i was messing up later in ... (by whiteone)
|
dynamic memory newb question |
|
[1 reply] : +1 That's exactly what dynamic memory is for. It saddens me to see n... (by closed account zb0S216C)
|
by ikra
how to separate integer and char
|
|
[1 reply] : Why not input it in a string then use the member function: find_first_... (by Aceix)
|
by kecknj
Calling Void Function
|
|
[2 replies] Last: //Input getline(inData, key); while (inData) { inData >> studentID... (by ne555)
|
Dynamic Memory World Generation |
|
[2 replies] Last: Ok thanks (by Pickle Gunner)
|
by Owain
What is csetjmp for?
|
|
[3 replies] Last: setjmp and company are how you would implement an exception-like mecha... (by cire)
|
by Micaal
Linking Boost Locale under Windows
|
|
[no replies]
|
Nested While loop? |
|
[5 replies] Last: For that i asked to you to explaining me these things(where to declar... (by cire)
|
by MW130
displaying bitmap in sdl-xcode plz help
|
|
[5 replies] Last: disch. tysm for replies i solved by specyfying the complete path. I su... (by MW130)
|
by jc4bs
Having a Problem With Random Variables
|
|
[2 replies] Last: code duplication is bad. use a do/while instead: do { C = rand... (by Disch)
|
by dudeman007
Program Help
|
|
[4 replies] Last: Readability is one important aspect of coding. and this code, while s... (by TheJJJunk)
|
by devonrevenge
how could i make this work, and why doesnt it
|
|
[8 replies] Last: I DID IT XD thanks everyone...guess i didnt do it all by myself...the... (by devonrevenge)
|
by devonrevenge
-interesting- have i over complicated a task is this route gonna work?
|
|
[13 replies] Last: I DID IT XD thanks everyone...guess i didnt do it all by myself...the... (by devonrevenge)
|