What kinds of C++ can I use?

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
Indecom 4000 Inc.
Posts: 9
Joined: Wed Jan 21, 2004 5:08 pm
Location: Graham, WA

What kinds of C++ can I use?

Post by Indecom 4000 Inc. »

Can I use Visual C++, visual basic, and what is visual studio?
When no one's looking... Love to love me baby!
deps
Posts: 115
Joined: Sat Jan 10, 2004 5:22 pm
Location: Tranås, Sweden

Post by deps »

You can use Visual C++
Visual basic is not C++, it is Basic. So dont use that! :)
Visual studio is a collection of visual c++, visual basic, visual this and that and a bunch more stuff. But you only need visual c++.
Or Mingw. Thats good too!
Or Gcc under Linux. (mingw is gcc for windows)

hope that helps
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

Post by saigumi »

Visual Basic is not a C++ IDE. It is Visual Basic. Irrlicht does not support Visual Basic, yet.

Visual Studio is a collection of applications: Visual C++, Visual Basic, Visual C#, and Visual J#. It is not an IDE in itself.

Visual C++ is a C++ IDE, otherwide know as a Integrated Development Environment. It make it easier to create C++ applications. You could use notepad. It just give you features to make programming easier. This compares to Microsoft Word versus NotePad. Visual C++ also includes it's own compiler. You can use Visual C++.

However, you could use any flavor of C++ compiler. Like GC++, DEVC++, Codewarrior, etc...

Many people prefere DevC++ because it is free, unlike the $100+ pricetag on Visual C++ .Net Standard or the $1000+ price on Visual Studio .Net.
Crud, how do I do this again?
Post Reply