by jeffsg605
What is a good 3d gaming library to start with?
|
|
[no replies]
|
by detroit
Advise:
|
|
[8 replies] Last: A good way to do that is to have a simple "recursive descent"-type par... (by Duthomhas)
|
by chipp
copy and assignment operator
|
|
[1 reply] : There's nothing really to explain. point a = b; is synonymous with ... (by Disch)
|
by skylinerR390
looking for advice on my IDE
|
|
[10 replies] Last: Well thank you for your answers, that clears things up a bit. I'm sure... (by skylinerR390)
|
by Ragine
Numbers question
|
|
[11 replies] Last: Any ideas anyone? (by Ragine)
|
Pointers and Classes |
|
[7 replies] Last: It has to be Contact& _rContact(int); for sure. But in main you hav... (by webJose)
|
by misaeltovar
problems with classes
|
|
[1 reply] : You declare intersect to be part of the rectangle class. It is not a f... (by Intrexa)
|
whats wrong with my code it wont compile |
|
[3 replies] Last: ahhh IM SUCH AN IDOIT i cant believe i didnt see that well lesson lear... (by learningtocode14)
|
by HappyBoy2
Want Text to appear gradually from Left to Right
|
|
[no replies]
|
by zyiad
advice
|
|
[2 replies] Last: Read me: http://www.cplusplus.com/forum/general/13162/#msg63354 Hope ... (by Duthomhas)
|
by BradV93
Boolean Operators
|
|
[4 replies] Last: Ahhh. Now I understand. They're a bit similar to logic gates I did in ... (by BradV93)
|
Searching in array then copying contents to another array |
|
[10 replies] Last: Kbw, are you saying your modifications were right? Thanks Edit: I thi... (by skatingrocker17)
|
by wumster
adding an element to the end of an array
|
|
[2 replies] Last: That worked, thank you (by wumster)
|
by bool maybe
Help with default constructors
|
|
[3 replies] Last: Mathhead, Thanks, that did it. I think you helped me yesterday too so ... (by bool maybe)
|
by subjugater
questions about a header file
|
|
[8 replies] Last: That, and it makes that kind of cast safe. (by hanst99)
|
by Evilcise
Newb Here needing a nudge in the right direction!
|
|
[4 replies] Last: That is so epic, I was working on it myself and was thinking about the... (by Evilcise)
|
no one can solve this problem... |
|
[5 replies] Last: All I said was meh... meh Anyhow, if I understand you're trying to so... (by ascii)
|
by omegaordoss
Sockets/Multiplayer
|
|
[2 replies] Last: I'd say write the game first, so you'll know what data has to be sent ... (by Computergeek01)
|
Book class: checking ISBN with a constructor |
|
[3 replies] Last: Ah, I see what you did there now. About regular expressions: http://... (by hanst99)
|
by VladTeppi
Reading from Multiple Files
|
|
[9 replies] Last: The error is on line 25 of the main.cpp I forgot to take the extern o... (by VladTeppi)
|