by TheDMinor
I need help, this is confusing
|
|
[7 replies] Last: I'm still having a little problem on making the the name and number ar... (by TheDMinor)
|
Using a class file in main file |
|
[2 replies] Last: Thanks ats15 but I figured it out after an hour of reading a c++ book ... (by programmercarlito)
|
by kipkenth
Void functions and variables
|
|
[3 replies] Last: Thank you guys, I got it using the alternative method above. And tha... (by kipkenth)
|
PLEASE HELP |
|
[3 replies] Last: When posting code, please use code tags. Highlight the code and click ... (by dhayden)
|
by wldnrzja
Please help me run this code
|
|
[no replies]
|
Ending before I want it too |
|
[1 reply] : Line 48: You're trying to enter a character into a float. That's not... (by AbstractionAnon)
|
by kfk
Visual C++ LNK2005 problem
|
|
[1 reply] : I assume the body for ac::pf is in a header? If so, then you have to ... (by Disch)
|
by TheCoopster
Invalid integer constant expression [Help!]
|
|
[no replies]
|
by karthik8913
why we are not using call by value method in copy constructor for passing the object to get copied?
|
|
[5 replies] Last: > A copy ctor which takes a pointer argument is not a copy constructo... (by ne555)
|
by thebatman
C++
|
|
[5 replies] Last: Thnx @gamer2015, but I feel I did not convey the question properly. S... (by thebatman)
|
by WAKS
Smooth sprite movement (SDL)
|
|
[8 replies] Last: Try taking out the FPS stuff maybe...you really shouldn't need it with... (by twiggystardust)
|
by allinscoguy
PLEASE SOMEONE SHOULD HELP WITH SOLUTION
|
|
[3 replies] Last: gamer2015 is what u can contribute that we need here not contradicting... (by allinscoguy)
|
by Inj0t0r
How to Write this Code?
|
|
[1 reply] : you copy the code wrong; no ; at the end of line no 8 see my correc... (by sujitnag)
|
by albertkim
maths
|
|
[1 reply] : #include <iostream> using namespace std; int main () { int base,he... (by sujitnag)
|
by albertkim
Help me out
|
|
[no replies]
|
by Atton
A Some What Decent Head Spiner
|
|
[2 replies] Last: No, it doesn't. The chr is a pointer. The pointer stores an address. ... (by keskiverto)
|
by TackyTechyy
Loops! Help :p
|
|
[10 replies] Last: If I understand what you are trying to do this should be the code belo... (by sly858)
|
by KMagic
Game programming
|
|
[1 reply] : You should get comfortable with a C++ Graphics Library if you want to ... (by Gamer2015)
|
by priyeshk
Need some suggestions for my c++ project
|
|
[no replies]
|
by JohnyL
How to do the same with std::make_unique
|
|
[2 replies] Last: @keskiverto Thanks! Your code works but with one condition - there m... (by JohnyL)
|