by sesch
Weird boolean array thing O_o
|
|
[4 replies] Last: You should read this set of slides: (a few lines down) http://www.sli... (by Moschops)
|
by FractuRe36
Value on boolean changes depending on which class is accessing it
|
|
[1 reply] : A class' internal variables are unique to every instance of the class,... (by Moschops)
|
by Questioneer
Open Explorer (Specific file help)
|
|
[1 reply] : Is AppData an executable file, or a data file? (by Moschops)
|
by Jinz0
cannot call member function void Deck::build_deck without object
|
|
[5 replies] Last: Thanks guys, ill let you know what happens when i can, i have to use t... (by Jinz0)
|
by misserwell
list is blank list
|
|
[4 replies] Last: @Cubbi, in fact, I am doing my homework , the question is 3.5 in ... (by misserwell)
|
by David Foster
C++ Bitmap out of bounds error
|
|
[1 reply] : First things first, use code braces around code to make it more readab... (by The Palm Tree Magician)
|
by rphillips2
error LNK2019: unresolved external symbol "void
|
|
[1 reply] : In general. it is a link error , that is , you have declared some func... (by misserwell)
|
String to Double (Precise Convertion) |
|
[9 replies] Last: Microsoft's compiler doesn't support extended floating precision (whic... (by closed account o1vk4iN6)
|
by Jumbajumby
Proper way to handle logic in a game?
|
|
[5 replies] Last: Ok thanks, i'll search up observer pattern right now. I think i tried ... (by Jumbajumby)
|
by ftg
Headers techniques
|
|
[9 replies] Last: About headers and includes http://www.cplusplus.com/forum/general/1316... (by Duthomhas)
|
by roberts
List of references to the objects in another list.
|
|
[1 reply] : I'd go with pointers... that way you can point them to existing object... (by Texan40)
|
by markkirby
ide for android
|
|
[no replies]
|
by jmrag
Warning pls help
|
|
[1 reply] : It means that the complier has reached the end of a function, and hasn... (by Wazzak)
|
by nobrainer
Reversal of string
|
|
[3 replies] Last: coerced, we aren't talking about C here. (by hanst99)
|
by Laveer
Update Function
|
|
[6 replies] Last: Libcurl has some examples. This one grabs a file from remote url and ... (by Texan40)
|
by Dasat
String to Integer
|
|
[5 replies] Last: There is nothing wrong with your int convert (const string& str) fu... (by Cubbi)
|
quicksort 1 million elems |
|
[6 replies] Last: Congrats ;) now can you explain what a Prof Distortion Field is? (by LB)
|
by mav008
Declaring functions outside a structure
|
|
[1 reply] : #define do_op(o) \ inline void operator o##= (XYZ &a, const XYZ& b) {... (by LB)
|
by arijspieter
best way of "pausing" programs
|
|
[17 replies] Last: For instance, it is wrong to put a space in my username. The space i... (by LB)
|
by bwiesn
Scope Error Within If Statement - Abstract Class
|
|
[3 replies] Last: You might have to make two sections of code that are the same, only di... (by coercedman66)
|