by hannah
Problems in my code!
|
|
[4 replies] Last: Thanks alot! (by hannah)
|
by ui uiho
issues
|
|
[19 replies] Last: i got it working, i used cin.ignore(), i am using xcode if you are won... (by ui uiho)
|
by SortaCore
Bitstacks Quest
|
|
[11 replies] Last: Ah yeah, that is because the least significant digits come last in our... (by Athar)
|
by GFreak45
Game Blender 3d engine/Bullet Physics engine help
|
|
[no replies]
|
by faceofdevil
Loop Issue..
|
|
[13 replies] Last: After fighting with it i was able to solve it. void CCrypt::EnCrypt... (by faceofdevil)
|
by OradFarez
Auto-destruction of classes within classes
|
|
[3 replies] Last: Hi! It's not quite like that. Class #2 is really simple (I don't see... (by OradFarez)
|
by hgabe
help reading files
|
|
[1 reply] : while the file is OK for reading read in the first word of th... (by LB)
|
by liquidfuzz
Resizeing vector, out_of_range
|
|
[3 replies] Last: You should use reserve() to tell the vector that you are planning on h... (by LB)
|
by hopesfall
Algorithm efficiency
|
|
[1 reply] : Removing an object from an array and reorganizing the array: O(1+n-i) ... (by viliml)
|
Need some basic C++ help |
|
[2 replies] Last: Perfect! It worked, thanks a lot buddy! (by Bashkim Ukshini)
|
by ui uiho
string lost
|
|
[no replies]
|
by rzaj
Help with Error Message: Stack around Variable was Corrupted
|
|
[2 replies] Last: Hi What are doing in the following loop, freq ++; ?? cant sum b... (by therockon7throw)
|
by kalyanreddy
CLASS doubt
|
|
[1 reply] : That code is not legal C++. You must have copied it incorrectly. I... (by Disch)
|
by ayanda83
HAVING TROUBLE OVERLOADING THE EXTRACTION OPERATOR
|
|
[3 replies] Last: Hi Couldyou post the structure of your Pair class ? what you are att... (by therockon7throw)
|
by Zapeth
Is it unusual/not recommended to call constructor of child in parent class?
|
|
[4 replies] Last: Ok sorry guys, once again I thought way too complicated and overlooked... (by Zapeth)
|
by WastedMeat
Container for different sibling classes
|
|
[no replies]
|
by malvado
what does this mean?
|
|
[2 replies] Last: what about this: while(cin.get() != '\n'); cout << e... (by malvado)
|
by Entiranz
Class Constructor parameters.
|
|
[2 replies] Last: Hi, if at the top you click "Edit Topic" you can move the topic yourse... (by LB)
|
by liquidfuzz
Merge arrays or vectors
|
|
[1 reply] : vector<MyStruct> a; vectot<MyStruct> b; //fill a and b with stuff vec... (by LB)
|
by liquidfuzz
Comparing strings
|
|
[2 replies] Last: Hmm... But I can't seem to get it returning the position of the hit to... (by liquidfuzz)
|