by apina058
fatal error C1083: Cannot open include file: '3dMath.h': No such file or directory
|
|
[2 replies] Last: ok (by apina058)
|
by Goliathus
Drink machine
|
|
[2 replies] Last: Might be something like // when I = the array index drinkarray .n... (by CodeGoggles)
|
by vinaynaikwad
Writing pointer contents into file
|
|
[2 replies] Last: @kbw Thank you. (by vinaynaikwad)
|
by venkatacplpl
Deque implemented as vector of vectors?
|
|
[3 replies] Last: Thanks a lot guys ....that is really helpful. (by venkatacplpl)
|
by armstrhu
Stanard way to add version number to code?
|
|
[1 reply] : I don't know if there is a standard way. I normally just have a header... (by TwilightSpectre)
|
by lolo10
Virtual Functions!
|
|
[4 replies] Last: Refer to http://www.cplusplus.com/doc/tutorial/polymorphism/. Given ex... (by kannanmj)
|
by gnedcollage
Using file stream in C++ to change sales.dat file. Help needed; thank you in advance.
|
|
[1 reply] : Would this be better instead, first off? while(inFile.eof() != true) ... (by Little Captain)
|
by Kash12311
Unknown solution to error
|
|
[3 replies] Last: //in line 28 Point * point = createPoint(x, y, z); Points* points = ... (by theanne)
|
by mhunter
power of 2
|
|
[2 replies] Last: yeah, you need to understand the math.. int a = 2; int result; for(i... (by bruceda)
|
by Spartan322
C++ and Java on Game Programming
|
|
[1 reply] : First, this should really go to the Lounge: Click 'Edit Post' and move... (by TwilightSpectre)
|
by Oalvarez
Binary Search of 2D array.
|
|
[no replies]
|
by ggggg2
Dound with CopyFile()
|
|
[1 reply] : First, you'll need some functions to manipulate file paths. Like these... (by Duthomhas)
|
Text Adventure - Building your world |
|
[1 reply] : You could learn about text only games by looking at how some of the mo... (by Mats)
|
by harkonen
NEED HELP
|
|
[1 reply] : This is an old library of miscellaneous stuff. It has a mailer that w... (by kbw)
|
by smcguffee
Template Return Types
|
|
[11 replies] Last: Thanks! I hadn't been familiar with this stuff, but I can think of 100... (by smcguffee)
|
by younes
Converting string variable to float
|
|
[3 replies] Last: There is a function for converting from string to float: see std::sto... (by TwilightSpectre)
|
by vanamp
Need help understanding 2 dimension Char array
|
|
[5 replies] Last: Please Mark this thread as solved. Help us help you. (by CodeGoggles)
|
by Weikarczaena
delete[] necessary when allocation fails?
|
|
[4 replies] Last: Well, don't worry to much about 'allocation fails'. Todays computer ha... (by coder777)
|
by Nurlan
Change tooltip of CMenu item
|
|
[no replies]
|