by bboy212
Making sdl work with MS Visual studio
|
|
[1 reply] : Or how to permanently link any library at all for that matter. (by bboy212)
|
by cpplover
is this a correct array declaration?
|
|
[2 replies] Last: thanks peter. ok, so if i'm using an integer or class object data t... (by cpplover)
|
by PL285
Help! Constructs Not working?
|
|
[4 replies] Last: My point is that you initialized a new CylinderClass object and nothin... (by Albatross)
|
by DAhdoot
Chess Programming Questions
|
|
[no replies]
|
by Orangejuice
Files with Arrays
|
|
[11 replies] Last: Thanks for all of the help Jikax. (by Orangejuice)
|
by Zebulun5
expected primary-expression before else
|
|
[2 replies] Last: Thanks a million man. If I didn't finish this program it would've hau... (by Zebulun5)
|
SQLAPI++ Help |
|
[no replies]
|
by RonTheMoron
Segfaulting trouble
|
|
[4 replies] Last: template <class T> Vector<T>& Vector<T>::operator=(const Vector<T>&... (by oonej)
|
by EeAA
need idea on how to Convert Arabic to Mayan number
|
|
[6 replies] Last: I am still trying to figure out how to output the Mayan number so far... (by EeAA)
|
by CJC0117
Trouble with Templates/Classes/Pointers/Exception Handling
|
|
[13 replies] Last: So in place of lines 21 and 22, I wrote: RowData operator (int row) ... (by CJC0117)
|
by eyesofhope
*sigh* whole code isn't working
|
|
[3 replies] Last: Often scapping and starting again can be much faster than fixing exist... (by Muckle ewe)
|
by lucasnutz
Questions about class constructions
|
|
[2 replies] Last: Thanks peter, this was really helpful. Regarding the second question, ... (by lucasnutz)
|
by eyesofhope
error C2064: term does not evaluate to a function taking 1 arguments
|
|
[4 replies] Last: Figured it out, I had a variable int century laying in the larger func... (by eyesofhope)
|
by Ch1156
Vector Help
|
|
[4 replies] Last: I see now, this but in plain english, you could translate :: into "bel... (by Ch1156)
|
by chriscoleo
How to seed rand with a number range
|
|
[3 replies] Last: Thank you very much. (by chriscoleo)
|
by EricaFH
Compiler not liking cin
|
|
[3 replies] Last: Getting rid of those endl fixed it. Thank you for your help! (by EricaFH)
|
by chucker
Randomized multiple choice
|
|
[no replies]
|
by Tompoly
I'm New at this and can't figure this out
|
|
[11 replies] Last: Do not do this: main(); Caliing main() is not something you should... (by Moschops)
|
by norgent
Weird problem with custom vector class
|
|
[2 replies] Last: Yes! I changed it to void Scene::set_bgColour(float newRed, float ne... (by norgent)
|
by htown
div & mod
|
|
[1 reply] : http://www.cplusplus.com/reference/clibrary/cmath/fmod/ (by LB)
|