by skarla
2d game in c++
|
|
[1 reply] : SFML has some good tutorials and documentation. That's a good one to ... (by Stewbond)
|
by Haximus
Client or server, which controls gameplay?
|
|
[1 reply] : Let's say that you are making a FPS. Your client would contain the l... (by Stewbond)
|
by Shravan24
Credential Provider using opencv
|
|
[no replies]
|
by Spruce Moose
Cannot figure out this error for the life of me
|
|
[1 reply] : what was happening was that after the user pressed return, the buffer ... (by pogrady)
|
by Raverad21
Making a word guessing puzzle?
|
|
[9 replies] Last: I tried adding that on to what I had and it worked. Thank You. (by Raverad21)
|
by Raverad21
Problems with leap year loop.
|
|
[2 replies] Last: It worked! Thank you so much! (by Raverad21)
|
by icee3x
How should I create this while loop?
|
|
[1 reply] : bool bGuessed = false; do{ //bGuessed is true if the values match... (by pogrady)
|
by wanderevil
How can you shoot projectiles in turbo C?
|
|
[no replies]
|
by ZivHirsch
[HELP] random_shuffle with Deck
|
|
[5 replies] Last: use bool a to record what card you choosed and if card is duolicate... (by amchinese)
|
by joshsmith01
console not displaying every character I type
|
|
[12 replies] Last: Apple ? Well, they're not perfect either. lol (by soranz)
|
by alijared
string input/output
|
|
[6 replies] Last: Yes that is one option. // Option A: string input; getline( cin, in... (by Disch)
|
by odostaples
How do I end the program my way?
|
|
[3 replies] Last: Hey, I was thinking something along the lines of this: string s; cin... (by soranz)
|
by Cynicc
Calculation inventory total from total values in a while loop
|
|
[2 replies] Last: you're awesome, thanks so much. Now I just have to worry about alignin... (by Cynicc)
|
by nawgee
Error c2678
|
|
[3 replies] Last: To use the operator, you must overload it for the specified type or de... (by TheJJJunk)
|
I need help with loops? |
|
[1 reply] : while ( true ) { cout<<"Enter a word\n"; cin>>wordenter; cin... (by vlad from moscow)
|
by byronflds
can someone help me solve these please
|
|
[1 reply] : if variable yourName has no static storage duration then the code, tha... (by vlad from moscow)
|
by dritail
error C4430?
|
|
[1 reply] : Yes because you did not explicitly state yor main function's return ty... (by Aceix)
|
by farooroo
while loop
|
|
[2 replies] Last: thank you!! (by farooroo)
|
by nicksho
Pick 23 toothpicks
|
|
[3 replies] Last: obviously unfinished, i just dont know what to do for the while loop (by nicksho)
|
confused about prototyping in header files |
|
[5 replies] Last: figured it out, thanks for helping pogrady (by nickcplusplus)
|