Loops in functions |
|
[4 replies] Last: Oh sorry, my eyes skipped over that part while reading it. (by Paoletti301)
|
by GreyPilgrim
Game Over Program Issues, Please Help!
|
|
[2 replies] Last: haha this one made me laugh because i thought it was a '1' when i firs... (by Paoletti301)
|
by lilysfather
problem with char array in a exercise on pointers.
|
|
[4 replies] Last: [quote=lilysfather]But i cant assaign it like that.guess i have to rea... (by TheIdeasMan)
|
by Momoironeko
Having a little problem with cin and a while loop.
|
|
[5 replies] Last: Thanks I used a little of all of your responses. int nX; bool btrue ... (by Momoironeko)
|
by HelpMeType
Does anyone know how to type something with C++?
|
|
[7 replies] Last: He wants to inject text into another running application's input queue... (by Duthomhas)
|
Turning while loop into a for statement |
|
[5 replies] Last: I guess the aim of the exercise in your book was to show how to conver... (by TheIdeasMan)
|
by DrZoidberg
Writing game AI
|
|
[4 replies] Last: When I write a non-trivial game, I like to keep the game engine isolat... (by AbstractionAnon)
|
A class with no data members |
|
[5 replies] Last: In the original post there is written about functions Area. (by vlad from moscow)
|
by randomfandom
Getting CPU usage in C++, and close a program,( windows 7)
|
|
[14 replies] Last: Wmi One of the things I mentioned in an early post, along with a lin... (by andywestken)
|
faulty code |
|
[2 replies] Last: Thank you very much Chervil, I placed it after the else statement stil... (by closed account 30X1hbRD)
|
by BlazedSaddle
Single Random Output from Given List
|
|
[4 replies] Last: You should use a struct. #include <iostream> struct People { s... (by giblit)
|
by a967Bytes
inline funcitons = written code ?
|
|
[4 replies] Last: From the MSDN article Cubbi provided the link to: The inline keyword... (by andywestken)
|
by Ceset
const vs #define
|
|
[4 replies] Last: Basically, the advantage of using a const instead of a #defined symbol... (by MikeyBoy)
|
by ivan1
Linked list for Multidimensional array
|
|
[1 reply] : Well, I'd start by understanding how a one-dimensional linked list wor... (by MikeyBoy)
|
vectors |
|
[10 replies] Last: From the vectors page on this site: Vectors are sequence containers ... (by ENIGMAx)
|
by billywilliam
Incomplete Type
|
|
[1 reply] : The problem is that, because the cCmdLoader constructor is calling a... (by MikeyBoy)
|
Expected declaration before '}' token |
|
[4 replies] Last: after asking it there i saw the } bracket there which i hadn't able to... (by closed account 1v5E3TCk)
|
by Arayil
Strange results with float subtraction
|
|
[2 replies] Last: If you want more precise floating point numbers make a "BigInt" class. (by giblit)
|
by knighf4ll
What are private and system identifiers?
|
|
[1 reply] : I haven't heard of private starting with an underscore. If you are tal... (by giblit)
|
Pointer to a function used in arithmetic |
|
[2 replies] Last: Thanks man i have corrected everything and my new code is that: #in... (by closed account 1v5E3TCk)
|