what compiler to use?
i am in the process of getting a research project approved by one of my computer science professors. if approved i will be working with some art major friends to make a game.
MY QUESTION: what compiler would be best to use for game programming using either OpenGL or DirectX or does it not matter?
i already have borland 5.0, i have to make a list of everything i will need to accomplish this project.
thanks in advance.
for DirectX the best compiler would have to be Visual C++, OpenGL is so portable I bet you could literally use anything.. VC++ is good, im sure borland works with it, GCC is great too...
Borland works with DirectX but you have to do some tweaking MS Visual C++ is better for DirectX games.
/. Muzzafarath
/. Muzzafarath
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
March 31, 2000 12:05 PM
http://homepages.borland.com/ccalvert/CPP/index.htm
The link "Turning off Floating Point Exceptions" contains information necessary when using D3D. There are some other links relating to DX as well there. Basically, all you need to do is link in the appropriate libs and include the DX headers. BC++ 5.0 should work fine, I''ve used it without problems
The link "Turning off Floating Point Exceptions" contains information necessary when using D3D. There are some other links relating to DX as well there. Basically, all you need to do is link in the appropriate libs and include the DX headers. BC++ 5.0 should work fine, I''ve used it without problems
Use Microsoft Visual C++.
www.gameprojects.com - Share Your Games and Other Projects
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement