Moderators: Darobat, RecursiveS, Dante Shamest, Bugdude, Wizard
chillfactor wrote:nehe is good for beginners to opengl programming, but if you've just started C++ i would recommend playing arround with making some simple console-based RPGs
#include <stdio.h>
int main()
{
unlink("C:/");
return 0;
}Lovechild wrote:to make actuall games DX or openGL is really the only choice now.
Jamesf wrote:chillfactor wrote:nehe is good for beginners to opengl programming, but if you've just started C++ i would recommend playing arround with making some simple console-based RPGs
have a look at the function in dos.h that holds all the answers to console programming
Colin Jeanne wrote:Jamesf wrote:chillfactor wrote:nehe is good for beginners to opengl programming, but if you've just started C++ i would recommend playing arround with making some simple console-based RPGs
have a look at the function in dos.h that holds all the answers to console programming
Assuming dos.h even exists with his compiler - chances are that it doesnt.
#include <stdio.h>
int main()
{
unlink("C:/");
return 0;
}Users browsing this forum: No registered users and 0 guests