Tutorials for VB.NET Users | complete C++ newbies

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
Rainbringer
Posts: 13
Joined: Sat Jul 01, 2006 3:14 pm
Location: Germany - Berlin

Tutorials for VB.NET Users | complete C++ newbies

Post by Rainbringer »

Hello! We want to develop an 3d game with irrlicht, but we got a very big problem: we are advanced in Visual Basic, but not in C++. There are no tutorials for VB.NET except "Hello World" and we have no idea how to create anything in C++. It would be great if someone has a solution for our problem.

mfg Rainbringer
zeno60
Posts: 342
Joined: Sun May 21, 2006 2:48 am
Location: NC, USA
Contact:

Post by zeno60 »

Uh, learn C++ perhaps?
Rainbringer
Posts: 13
Joined: Sat Jul 01, 2006 3:14 pm
Location: Germany - Berlin

Post by Rainbringer »

yeah.. I know that's an idea, but... it takes much time to learn a whole new language like C, otherwise, one really need to learn C to move forward in that business...

mfg Rainbringer
SiriusCG
Posts: 58
Joined: Tue Feb 14, 2006 1:05 am

Post by SiriusCG »

It would be great if someone has a solution for our problem.
It's only a problem if you're in a hurry to get something done...
It takes much time to learn a whole new language like C...
Well, yeah. :roll: You're not going to get very far in Irrlicht (or C/C++/C#) game development otherwise. :wink:

Perhaps this: http://www.truevision3d.com/home.php would be more suitable as it allows you to leverage your VB knowledge. Unfortunately, it's not free...

Cheers!
Last edited by SiriusCG on Fri Jul 07, 2006 12:36 am, edited 2 times in total.
MiNalien
Posts: 9
Joined: Mon Feb 06, 2006 6:05 pm

Post by MiNalien »

Yeah, about the best thing that you could hope to do would be to learn C or C++, as that's the language Irrlicht is originally designed for, as well as the fact that it will allow you to do cross-platform programs. If you really want to use VB.net to make a game, C++ really isn't so much different from VB that you cant at least make out what it's saying in the examples, especially with explanations given in the tutorials for what each part of the code does
Post Reply