pointer to a pointerI 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 constructorthe functions dont need all that extra code. [code] int NUMBERS::getsum() { return x+ y; } [...
looking to make a gamesfml will get you up and running fast. imho the biggest thing that holds back isnt even the programm...
Need to create a 3D shapethe best way would be to use c++ and openGL. you would have to code to load the model depending what...