Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsShowcase → Revolutionary 3D engine!
12
Revolutionary 3D engine!
2003-06-15, 7:38 AM #41
Quote:
<font face="Verdana, Arial" size="2">Originally posted by drizzt2k2:
i got visual studio and visual basic for free from my friend (are they the same?), but i dont know how to use them...
</font>


Visual Studio is the IDE for Visual Basic. I have Visual Studio .NET and that encompasses Visual C++ .NET, Visual C# .NET, and Visual Basic .NET.

As far as the languages themselves, VB isn't a complicated language. But, I recommend learning C++. It's powerful, a little more complicated than VB but not like doing 80x86 assembly language *shudder*, and it is basically the language for software development.

I found "Teach yourself C++ in 21 days" to be good. I also picked up a C++ book that was seemingly required for a CS class. Turns out it wasn't a waste of $$. Name is "How to Program C++" by Deitel & Deitel.

------------------
Gandalf is in da houuusssee!
Code to the left of him, code to the right of him, code in front of him compil'd and thundered. Programm'd at with shot and $SHELL. Boldly he typed and well. Into the jaws of C. Into the mouth of PERL. Debug'd the 0x258.
2003-06-15, 8:12 AM #42
I have that one, the Deitel & Deitel one, i mean..i haven't found the time to use it, but it looks good.

------------------
Warhead[97]
2003-06-17, 7:19 PM #43
Quote:
<font face="Verdana, Arial" size="2">What libraries are you using? I just got started with GLUT, it's a lot easier that phreaking around with Win32 API, imho.</font>


You could just make a layer so that you aren't dependant on GLUT, but you aren't constantly dealing directly with the Win32 API. That's what I did...

------------------
"It has become appallingly obvious that our technology has exceeded our humanity."

-Albert Einstein
12

↑ Up to the top!