User profile: acorn

User info
User name:acorn
History
Joined:
Number of posts:274
Latest posts:

pointer to a pointer
I understand basic pointers but im having trouble with pointers that are written like this int **tes...

Are these really the basics of programming in C++ with visual studio 2008?
dude you might want to make sure you actually know what the heck your talking about before attemptin...

copy constructor
the functions dont need all that extra code. [code] int NUMBERS::getsum() { return x+ y; } [...

looking to make a game
sfml will get you up and running fast. imho the biggest thing that holds back isnt even the programm...

Need to create a 3D shape
the best way would be to use c++ and openGL. you would have to code to load the model depending what...