Results 1 to 4 of 4

Thread: programing question!!

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2001
    Posts
    152

    Exclamation 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?

  2. #2
    pjvdg
    Guest
    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

  3. #3
    Addicted Member DarkMoose's Avatar
    Join Date
    Jul 2000
    Location
    in a box
    Posts
    185
    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.

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    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
  •  



Click Here to Expand Forum to Full Width