Do I need c++?

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
Guest

Do I need c++?

Post by Guest »

I have only just started looking at programming and have stumbled across this engine but I dont have VB or c++ do I need to get them to use this?

:?:
etcaptor
Posts: 871
Joined: Fri Apr 09, 2004 10:32 pm
Location: Valhalla
Contact:

Post by etcaptor »

Yes, I think that you must know C++ basics.
Guest

Post by Guest »

Thanks but when I downloaded it the opening tutorial talked about opening it in visual studios I'm probabaly showing myself to be a total fool but I am confused.

:?: :oops:
Saguman
Posts: 10
Joined: Fri Jul 23, 2004 7:48 am

Post by Saguman »

The first tutorial explains how set up IDE for Irrlicht engine. (Tutorial explains this for Microsoft Visual Studio C++ 6.0 and .NET.) These are commercial IDEs, but there are also several other IDEs. I personally use Dev-c++, because it is free. (http://www.bloodshed.net/devcpp.html) I suggest you to first read a book about c++ basics and then proceed with the engine itself.
Guest

Post by Guest »

Thanks I will try that

:D
Post Reply