Regarding the matter of choosing a compiler
A long time ago i sat down and began learning C++. Some school and some girls got in the way, and then after a while I took it up again. I fell over DarkBASIC, and I have worked with it for quite some time now.
But I missed the structure of C++, and though I am only a newbie who worked with the language for half a year, I want to take the GL programming up again.
Which good, FREE C/C++ compilers are available if you want to code GL?
Thanks in advance;
Jake
Amen.
Amen.
The compiler I''m using is the MinGW compiler. www.mingw.org
I suggest you use Dev-C++. Its available on http://www.bloodshed.net/. It is an IDE built around the mingw compiler and already has some packages you can download through the auto-update. Give it a try, its free
David
I suggest you use Dev-C++. Its available on http://www.bloodshed.net/. It is an IDE built around the mingw compiler and already has some packages you can download through the auto-update. Give it a try, its free

David
Great! How do I set it up for OpenGL scenes?
I am modelling in 3ds max 5 - how can i export my models to a format c++ understands?
I am modelling in 3ds max 5 - how can i export my models to a format c++ understands?
Amen.
I have looked everywhere for the SDL files - Can anyone give me a link to those?
And a guide on how to set it up in Dev-C++ would be nice too.
Thanks in advance
And a guide on how to set it up in Dev-C++ would be nice too.
Thanks in advance
Amen.
Here you go for using OpenGL with Dev-C++ :
http://www.bloodshed.net/faq.html#9
And here is a small tutorial for setting up SDL
http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/tut1
You can get the SDL files through the update tool of Dev-C++.
Start Dev-C++ and then go in Tools -> Check for updates/packages ...
From there you should be able to find the SDL Devpak in the packages list. Good luck!
David
http://www.bloodshed.net/faq.html#9
And here is a small tutorial for setting up SDL
http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/tut1
You can get the SDL files through the update tool of Dev-C++.
Start Dev-C++ and then go in Tools -> Check for updates/packages ...
From there you should be able to find the SDL Devpak in the packages list. Good luck!
David
By the way, where can i find tutorials for glide and sdl? 
[edited by - Jake_15 on June 15, 2003 4:06:07 AM]

[edited by - Jake_15 on June 15, 2003 4:06:07 AM]
Amen.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement