Visual C++ or not Visual C++... That is the question...

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Skinney
Posts: 4
Joined: Fri Dec 16, 2005 3:44 pm
Location: Norway

Visual C++ or not Visual C++... That is the question...

Post by Skinney »

Hi all!
I've decided to learn programing and i have decided on C++. But for programing in Irrlicht, do i use Visual C++ or regular C++? What do you recommend?
Guest

Post by Guest »

Visual C++ "is" normal C++ (except some quirks and bugs that exist in most MS applications).

For the purpose of irrlicht (ie not using MFC) then you would use visualC++ as an IDE (an editor) for the C++ language. And it comes with a great compiler and is the most supported of all windows C++ compilers.

So yes it is a good choice to use MS Visual Studios C++ part no matter what others say about supporting MS.

YOu can also do it free with dev-cpp for example.

Having said that you can now get VisualStudio 2005 express for free so I would suggest that.

Oh and be prepared to learn the basics for quite a while before diving fully into irrlicht.

good luck
Skinney
Posts: 4
Joined: Fri Dec 16, 2005 3:44 pm
Location: Norway

Post by Skinney »

Thanks alot!
Post Reply