by simplelenz
SDL game dev support
|
|
[no replies]
|
by AngryBenko
Segmentation fault (core dumped) after program has ran
|
|
[3 replies] Last: Thanks for the reply. I managed to find the workaround with your respo... (by AngryBenko)
|
by rev246
Function, Array, and Loop help for final?
|
|
[1 reply] : that is because you are reading three values in same variable cin>>in... (by codewalker)
|
by aloo12
cartesian coordinates
|
|
[3 replies] Last: struct 3dPoint { int x, int y; int z; 3dPoint() : x... (by codewalker)
|
by Ajaycpp
Getting core dump
|
|
[5 replies] Last: Hi Glandy, Its very very good explanation and very much helpful. Tha... (by Ajaycpp)
|
bool function |
|
[7 replies] Last: sorry,i solve it already.Thank you,is syntax error. (by Chin Pei Ying)
|
How can I make this code runnable? |
|
[1 reply] : Post the code using code tags. to start, the end brace of the else sh... (by codewalker)
|
by Ajaycpp
difference between int a=123 and int a=(123)
|
|
[7 replies] Last: Hi, Thanks to all for giving very very good explanation. (by Ajaycpp)
|
by michael25
c++ array max.
|
|
[1 reply] : You are on right track, but you are not filling the numbers in the arr... (by codewalker)
|
What do I need to do to make this game? |
|
[no replies]
|
by xxsjxx
keep getting these 4 errors.. leaning towards the simplify function
|
|
[3 replies] Last: Fix these lines DollarsCents(int =0, int =0); void simplify(); ... (by codewalker)
|
by poeteskimo
Could someone please help?
|
|
[2 replies] Last: The CPP files where GameObject::clean and player::clean are implemente... (by codewalker)
|
by h00t3rz4unm3
C++ Input data from file, specific format
|
|
[7 replies] Last: > Or are you putting there as a matter of practice? As a matter of ha... (by JLBorges)
|
Trying to debug cpp files in Cygwin |
|
[no replies]
|
What am I missing to complete this program |
|
[8 replies] Last: Hey for all functions in declaration line is of char type whereas... (by upX86)
|
by paradoxajd
Determining index to place new value
|
|
[3 replies] Last: Well, post the best code you have (the stuff you think or see working ... (by Duthomhas)
|
by brownjas
Trying to create a copy constructor
|
|
[6 replies] Last: I understand now! Thanks a lot. (by brownjas)
|
by Brandon23z
How to cout Boolean result in words?
|
|
[1 reply] : std::boolalpha http://www.cplusplus.com/reference/ios/boolalpha/?kw=bo... (by giblit)
|
by Isolated
C++ end of file error?
|
|
[4 replies] Last: Yeah I don't know how to fix that while loop. (by Isolated)
|
by Chaemea
Classes (base point.h and derived circle.h)
|
|
[4 replies] Last: AHH! I knew it would be something small. I feel like an uber-dork now.... (by Chaemea)
|