|
-
Sep 30th, 2001, 09:34 AM
#1
Thread Starter
Addicted Member
programing question!!
im a VB user, not entirly expeiriancced, but i have been working with it for a little while, im a bit of an novice, my question is should i switch over to learning C++, or should i stick with VB?
-
Sep 30th, 2001, 10:21 AM
#2
It depends what you want to create....
The most important reason(I think) why ppl switch from vb to c++ is that c++ is faster than vb.
But that certainly doesn't mean vb is useless, a combination of both couldn't hurt, I for example, use a c++ 3d engine in VB so the speed isn't a problem to me.
I believe there is an engine called revolution3d that is fully written in visual basic(although I could be wrong)...
--> revolution3d.de
Just to let you see that vb does have some nifty powers
-
Sep 30th, 2001, 12:18 PM
#3
Addicted Member
VB seems easier than C++ so a lot of people start with it. And don't listen to any crap about VB teaching you bad habits - while you don't need semi-colons and case sensitivity like in C++, that's a poor excuse to stop using VB. Nothing like that has become so habitual to me that I never use semi-colons in C++ so don't worry about it.
To understand recursion, one must first understand the concept of recursion.
-
Oct 1st, 2001, 05:28 AM
#4
Retired VBF Adm1nistrator
VB is a great programming language to introduce you to programming. It teaches you all the things that all HLLs have, eg. If...then...else statemends, Loops (for, do, while), Using variables, Using data structures etc.
Eg. If you want to learn how to design formula1 engines, you dont just right into it, you'd learn how to build normal car engines first
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|