The only kind of program I've ever made is a console application. Well, when I create a new project on my compiler, Codeblocks, I have to select what kind of program I'm making. There are like 20 of them. So, I was wondering what a D Application and an Open GL Application is.
oh so, people use OpenGL to make almost all 3d games like World of Warcraft and Lord of the Rings Online? Is OpenGL just a different form of C++? In other words its 3d programming, but written in C++?
oh so, people use OpenGL to make almost all 3d games like World of Warcraft and Lord of the Rings Online?
No. Because Windows is the most popular desktop platform, most games are written using DirectX, portability be damned. There are a few exceptions. id Software has traditionally developed their games in OpenGL. Quake 3 Arena is one of the most popular games for Linux.
Is OpenGL just a different form of C++? In other words its 3d programming, but written in C++?