by Scottas
Help with boost::thread
|
|
[5 replies] Last: I have checked everything, thread starts and ends, but it not pas argu... (by Scottas)
|
by Captain1832
Why do i use cout<< "a:"; in this program?
|
|
[5 replies] Last: Oh... got it! that was so easy:) Thx lads. (by Captain1832)
|
by tejas1995
Linking Forms
|
|
[8 replies] Last: Your Form22 is actuall Form21 (by coder777)
|
To upper & to lower problems? |
|
[9 replies] Last: you are awesome, thanks a ton(sorry for the delayed response) (by georgewashere)
|
by jandel122
First Battle System Any Suggestions?
|
|
[4 replies] Last: Well, apparently the player can't die, and the damage is hard coded, b... (by firedraco)
|
by metulburr
what did i do wrong? Classes
|
|
[9 replies] Last: ahh yes thank you naraku9333 so inside a member function of a class ... (by metulburr)
|
by BLooDiESiN
Can't find my mistake?
|
|
[2 replies] Last: While the cin.ignore() method does work, save yourself some space. Thi... (by packetpirate)
|
by captdrizzle
When unsigned long long isn't long enough
|
|
[10 replies] Last: ULL is a suffix that tells the compiler "interpret the number as an un... (by firedraco)
|
by brokenbot
header questions
|
|
[no replies]
|
by anotherghost
Access trouble with pointer vectors / class interplay.
|
|
[1 reply] : Double_t Get_Position() { if (!pos) { /* Computes pos based on isTop ... (by shacktar)
|
by unaware
Need Help Reading Data from Text File into an Array
|
|
[9 replies] Last: ummmm.....so, this undebugged(and incomplete and bad, but i think it c... (by blueberry)
|
by scelton315
Class Choosing Screen (Multiple Things)
|
|
[2 replies] Last: Why am I such an idiot, I hadn't realised that I'd put char instead of... (by scelton315)
|
by joatmon
Trouble Setting up Doubly Linked List
|
|
[4 replies] Last: Never mind. I figured it out. I forgot to put a type in front of fir... (by joatmon)
|
by VanPepto
Pointer, heap memory, neither?
|
|
[14 replies] Last: Oh, i get it now, thank you andy and shack, you have been very helpful... (by VanPepto)
|
by metulburr
why use structure if class is better?
|
|
[3 replies] Last: (also default inheritance works same way as default access). (by jsmith)
|
by metulburr
is there a better way for this random 500-1000?
|
|
[3 replies] Last: Any number modulo 1 is 0, and 0 + 12 == 12. (by jsmith)
|
by Scottas
Can't acces structure in class
|
|
[4 replies] Last: Thanks. (by Scottas)
|
by RichL
Printing out
|
|
[11 replies] Last: Another possibility, if you are happy with a very basic solution and y... (by andywestken)
|
by metulburr
how to change random number
|
|
[7 replies] Last: Or you could simply call srand(time(0)) only once at the beginning of ... (by Zhuge)
|
by eidge
Sockets is MSDN good reading?
|
|
[no replies]
|