by GisleAune
#findef/#define in headers + cpp for definition.
|
|
[7 replies] Last: I found the sinner giving me errors -- declaration of global variable ... (by GisleAune)
|
by Alexis i
I am trying to program a 2D/3D game engine
|
|
[2 replies] Last: you cant create an engine if you dont even know what it needs to be ab... (by acorn)
|
by eidge
files seekg and seekp always returning the same value
|
|
[7 replies] Last: Understood. Thanks, Hugo Ribeira (by eidge)
|
by wickietetsu
compile problem in "Separating Interface from Implementation"
|
|
[5 replies] Last: oh yeaaaaaaaaaaaaaaaaaaaaa!!!! it solved . dear "hamsterman" was righ... (by wickietetsu)
|
by Anurag7069
Type Casting
|
|
[6 replies] Last: Thank You so much!!!! (by Anurag7069)
|
by sapna21
binary to decimal conversion
|
|
[3 replies] Last: Problems with your code. ( I hadn't read it the last time I posted ) ... (by hamsterman)
|
by acorn
question about constructors and code i ran in to
|
|
[7 replies] Last: Is that all the code there is? A private constructor could be used by... (by hamsterman)
|
How to output height of each node in BST? |
|
[1 reply] : Well, if adding a parameter to your traversal function won't mess with... (by shacktar)
|
by bool maybe
Basic file input/output program
|
|
[1 reply] : I solved my own problem. Here's the code. #include <iostream> #inclu... (by bool maybe)
|
by Kieth89
no instance of specialized template matches the specialized type!
|
|
[6 replies] Last: Well, to be honest, there isn't much benefit to function template spec... (by jsmith)
|
by Anon1010
Can type bool variables be assigned 0 in place of false and any integer in place of true?
|
|
[2 replies] Last: You will have to cast, however, and then when casting it will give you... (by LB)
|
by D C
How to remove the last character when reading a line?
|
|
[2 replies] Last: Hmmm....... here's my code.... don't think it's wrong..... :/ Btw, I ... (by D C)
|
by James352
Word count?
|
|
[4 replies] Last: Ok I see! Thank you very much! (by James352)
|
by alexandrji
Hello all! I really need help! x)
|
|
[6 replies] Last: C++ does not have any inbuilt support for graphics. If it did, it woul... (by LB)
|
by Anon1010
Why is a true condition referred to as non zero?
|
|
[10 replies] Last: No, as hamsterman said there is a completely different reason. Casting... (by LB)
|
by sbcchelp
Counting how many times a loop executes
|
|
[1 reply] : start counting from 1 untill you reach 12 and see the figure. This is ... (by writetonsharma)
|
by Anon1010
Why is hexadecimal used?
|
|
[4 replies] Last: that was funny Intrexa... :) (by writetonsharma)
|
by mojoe
Proper syntax of Do while and sentinel in a multi-function program
|
|
[5 replies] Last: (ypmick2007) ?? (by closed account z05DSL3A)
|
by happykiller
A small quiz.
|
|
[6 replies] Last: the problem on you code is that.: you initialized the questionone =1 ... (by ypmick2007)
|
by phy2j2s
Problem passing (char *s) into a class
|
|
[6 replies] Last: You probably should get a newer book. Because my edition is dated marc... (by eidge)
|