Game loop |
|
[3 replies] Last: try something like this: if ( GetAsyncKeyState(VK_SPACE) ) //if... (by Bazzy)
|
by Ganellon
C++ Beginners Challenge
|
|
[15 replies] Last: Really nice cake! Can I eat it ? And another crappy program :D (or "h... (by Fififox)
|
by acedman
How to make a 3d array?
|
|
[2 replies] Last: is it possible to use it in a priority queue?can you give me some samp... (by acedman)
|
by selder
getline
|
|
[4 replies] Last: Is it a syntax thing? I'm not quite sure if I'm using the correct form... (by selder)
|
by Beginner101
Some problems on Inheritance
|
|
[1 reply] : 0 and 0 [line 27] are passed as i and j to the Rectangle constructor o... (by jsmith)
|
by wretch
const string& -- what does '&' signify?
|
|
[4 replies] Last: In my world I wouldn't say "severely", but I would frown upon it. (by jsmith)
|
by rossjohn07
Question about static_cast
|
|
[1 reply] : Use round() instead of a cast. double round( double x ); r... (by jsmith)
|
by Atrus
expected `)' before ‘::’ token
|
|
[3 replies] Last: organism_cell() is not declared as a const member function, so you can... (by jsmith)
|
minesweeper |
|
[7 replies] Last: 1. The way you're doing it, not only the corners, but all the rim is f... (by mordekai)
|
by elliet
from "i hate you" to "i love you"
|
|
[2 replies] Last: I think, you should have a close look on your if-else statements. For ... (by mordekai)
|
Classes and Objects - Getting two errors when compiling program |
|
[4 replies] Last: Thank you!!! The Employee(string = "", double =0); is what fixed i... (by greenbluekidz)
|
by tcbaby
.h file
|
|
[4 replies] Last: How to: Put code into your postings http://www.cplusplus.com/forum/... (by closed account z05DSL3A)
|
by Mav22
Unknown error in program.
|
|
[4 replies] Last: I think this thread got reposted here: if else statement question ... (by closed account z05DSL3A)
|
by Sathed
Function issues...
|
|
[4 replies] Last: int compare(string first, string second, int c) { int l = second... (by kevinchkin)
|
by Faysal
c++ PROBLEM!
|
|
[3 replies] Last: wxWidgets is a decent one and it's free as well! (by Sathed)
|
by Northerj
set get clarification
|
|
[1 reply] : Generally, class definitions and method/function declarations are done... (by Zhuge)
|
by masiht
int main()
|
|
[7 replies] Last: But the entry point has to be in global namespace (i.e. not a method o... (by helios)
|
by akonilot
.. . . .sample
|
|
[2 replies] Last: compiling.... compilation finished with error(s): Error: Question ... (by anders43)
|
by tcbaby
Trying to create health and damage gauges for my primitive game
|
|
[no replies]
|
by yamaha
Maybe a stupid question
|
|
[6 replies] Last: Ok, I got it. Thank you guys for your support. (by yamaha)
|