if and else statements |
|
[4 replies] Last: Ah. Thank you so much :D (by zachattack242)
|
by JDscar
Any good tutorials on making a 2D game engine in C++?
|
|
[no replies]
|
by Elidor
Explicit conversion from string to class reference?
|
|
[4 replies] Last: In this code snip std::vector<std::string> vs; for (const C & elem : ... (by vlad from moscow)
|
by fanronnie80
Need help eliminating errors from this program
|
|
[1 reply] : You should either use nested name with namespace std as for example ... (by vlad from moscow)
|
by choma12
Pathfinding help
|
|
[2 replies] Last: pathFinding is a hard and complicated topic. I modified an A* algorit... (by Bourgond Aries)
|
by maggotz
pls Make me understand with this question.
|
|
[6 replies] Last: good job.. but i think ,, no need " sum1 " if (n % 2 == 1) { ... (by junkz)
|
by catus
Help with a little function
|
|
[11 replies] Last: @Bourgond Aries, Yes, you are right about the header files. Thanks fo... (by CroCo)
|
by heydiored
while loop keeps asking for input after EOF
|
|
[10 replies] Last: Yeah, Bjarne's book has an example like that too, but you have to do C... (by BHX)
|
by erichutch13
Error: glibc detected *** ./a.out: malloc(): memory corruption (fast): 0x08c06058
|
|
[1 reply] : The error is usually due to dereferencing items that do not exists. Fo... (by keskiverto)
|
.h --> N/A |
|
[1 reply] : Get a newer compiler. (by AbstractionAnon)
|
What Am I Doing rong |
|
[1 reply] : Line 82. Of course it doesn't reset the apples. That statement doesn... (by AbstractionAnon)
|
by DOSMaster
Newbie Game Programming
|
|
[5 replies] Last: its not tru it is not the hardest... He Probably wants to make a fps g... (by closed account jyU4izwU)
|
by pcej
LNK 2019 problem
|
|
[3 replies] Last: Sorry for being so unclear. What I meant was to put the definitions in... (by Bourgond Aries)
|
by martianxx
Effective Transformation Matrix Class Implementation
|
|
[no replies]
|
by amr1994
need help plzz !!
|
|
[2 replies] Last: char sentence can hold just one character, not entire meaningfull se... (by JockX)
|
template. what means typename MyList<MyType>::Node* MyList<MyType>::find(int ind) |
|
[1 reply] : http://www.cplusplus.com/articles/z13hAqkS/ (by Bourgond Aries)
|
by AmitM9S6
Ending a thread
|
|
[1 reply] : While (condition) { std::unique_ptr<std::thread> thr; if (conditio... (by Bourgond Aries)
|
by PoolOfDeath
Dictionary Program
|
|
[6 replies] Last: so I think I'm getting closer... I have this now. It quits if i say qu... (by PoolOfDeath)
|
by Vidminas
NCurses (PDCurses) Zombies game
|
|
[no replies]
|
by Harish050887
Strided memory access
|
|
[1 reply] : I don't see why would it have bad performance. (by zoran404)
|