by Arbondawn
Class objects in a vector
|
|
[1 reply] : 1. Am I storing it correctly? No. You should simply do: void a... (by Catfish3)
|
by qwepoi123
2D vector?
|
|
[1 reply] : #include <vector> vector<vector<int> > 2dVector;//2d vector vector<i... (by kajgies)
|
by zeak
Knight's Tour Out of Bounds.
|
|
[1 reply] : What is the Knight tour and why are you need to do a terrible mistake ... (by MiiNiPaa)
|
by kajgies
<CMath>Getting angles between 2 3d points.
|
|
[5 replies] Last: Thanks for your help I the code I now have is: float getAngle (float... (by kajgies)
|
by zeak
What's the purpose of Free up memory Allocated????
|
|
[1 reply] : Do you mean what is the purpose of freeing up memory allocated on the ... (by ajh32)
|
by zeak
Knight's Tour. Can you all help me how to explain the whole program? Where having our defense.
|
|
[no replies]
|
by darearkin
Classes, Objects, Constructors and Unhanded Exception.
|
|
[1 reply] : You shouldn't call the destructor Remove line 24 and 25 from `main.cpp... (by ne555)
|
by rsegecin
Circular reference not working?
|
|
[7 replies] Last: I personally write my linked lists differently. std::list If NIH,... (by ne555)
|
by Umuieme
array of structure
|
|
[2 replies] Last: Thnx for the help. (by Umuieme)
|
by hersheybar11
How to subtract a set value from each character in an array?
|
|
[1 reply] : you do not need to: char arr = "bcd"; for(int i = 0; i < 3; ++i) ... (by MiiNiPaa)
|
by activecat
Class Pointer and Virtual Function couldn't be avoided?
|
|
[8 replies] Last: Thanks. It works. (by activecat)
|
by abhishekm71
C++ Application Default Parameters
|
|
[3 replies] Last: ok.. Thanks MiiniPaa and Caligulaminus, shall try these options out! (by abhishekm71)
|
by activecat
Declaring vector of pointer as private class member (1,2)
|
|
[29 replies] Last: Dear friends, Thanks for above comments. But now I encounter another ... (by activecat)
|
by Texedova
GRAPHIC GAME TUTORIALS
|
|
[3 replies] Last: go look at lazyfoo.com, its not SFML but SDL. SFML is a derivative (oo... (by DeXecipher)
|
by Vidminas
Console game enemies
|
|
[5 replies] Last: I decided I should rewrite the code, where instead of saying where ene... (by Vidminas)
|
by Dante12129
Trouble with Tic-Tac-Toe
|
|
[2 replies] Last: That worked. Thanks! (by Dante12129)
|
by bobbyray
Please help!!!! this is due at midnight!!!
|
|
[5 replies] Last: return (int) yourDoubleVariable; there are better ways but i think tha... (by closed account Dy7SLyTq)
|
by adn258
Why Is this Function For Array Size Not Working?
|
|
[10 replies] Last: Vlad from moscow thanks man. See this is a little but confusing becau... (by adn258)
|
by qwepoi123
Modular programming
|
|
[4 replies] Last: I know the error you were talking about and I was kinda hesitant to gi... (by Smac89)
|
Makefile not working |
|
[7 replies] Last: http://www.gnu.org/software/make/manual/html_node/Phony-Targets.html (by ne555)
|