why? when i learnt qbasic some time ago, it was one language with one standardisation, no stupid libraries or header files or external crud, everything was in the language. But now programming requires like 10000000000 different programs linked in a fragile and error prone way, i use c++ now and do game programming, or at least try to do game programming, every time i download someone elses code it gives me tons of error messages, i need to set up system variables, i need to change a file path, everthing needs to painstakingly configured, nothing i have tried to do so far has worked, im serious. Its frustrating! i tried opengl, i was fine with the syntax, but it gave me like 1000 error messages, ON CODE I GOT FROM A TUTORIAL!! then i tried ogre3d, the setup was so confusing just quit, source sdk gave me thousands of errors, i have tried allegro, gen3d, sylphis, torque, crystal space, cube, darkgdk, and they all gave me too many error messages.