Results 1 to 11 of 11

Thread: What is better?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2010
    Posts
    23

    What is better?

    Should I learn C++ Or Visual Basic, What is better?

  2. #2
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: What is better?

    Depends on whether you want to be a happy man or a sad man.
    vb = happy man
    c++ = sad man

    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  3. #3
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    Re: What is better?

    Quote Originally Posted by ZueS View Post
    Should I learn C++ Or Visual Basic, What is better?
    What's good for me, may not be good for someone else.

    Make a choice and stick to it. Then again, you could simply go out of your way and learn both.
    Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
    save a blobFileStreamDataTable To Text Filemy blog

  4. #4
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: What is better?

    Or you could learn Objective-C and spend your hours on the Apple Developer forum... that's what Mendhak does all day, although damned if he won't admit it to save his soul from Steve Jobs.

    Holla!

  5. #5
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: What is better?

    Be a happy man.

    It beats the hell out of tracking down memory management issues and null pointers.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  6. #6
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: What is better?

    Quote Originally Posted by Jenner View Post
    Be a happy man.

    It beats the hell out of tracking down memory management issues and null pointers.
    Yep. Exactly my point.

    And what I hate most is the case sensitivity and unnecessary compiler shrieks for things like missing semi-colon terminators etc. Instead of concentrating on the program objective, you concentrate more on such things.

    But then again these are purely my own feelings. C++ lovers may have some good arguments in favor of these things.
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: What is better?

    Easy - don't forget the semicolons. C# is like that too, but then the IDE helps you out a lot.

  8. #8
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: What is better?

    To be honest I always felt the frustrations with C++ are more to do with the lack of a decent ide than to do with the language itself's syntax. Can you imagine trying to write VB in notepad?

    I also think that asking which language to learn kinda misses the point when you're a beginner. You should be concentrating on how to be a 'good programmer' rather than a 'C++ programmer' or a 'VB programmer'. Good programming practices and techniques transcend the language and, once you've gopt good practices down, switching between languages is reasonably simple.
    Last edited by FunkyDexter; Jan 31st, 2010 at 05:59 AM.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  9. #9
    Hyperactive Member
    Join Date
    Oct 2007
    Location
    Godzone, oops Oz
    Posts
    355

    Re: What is better?

    Or you could blow them both off and learn java. There'll probably be a job at Apple trying to work out multitasking in the not too distant future

  10. #10
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: What is better?

    I'm doing Java right now. I die a little bit inside with every keystroke.

  11. #11
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: What is better?

    Quote Originally Posted by KiwiDexter View Post
    Or you could blow them both off and learn java. There'll probably be a job at Apple trying to work out multitasking in the not too distant future
    Hahaha.... nice.

    Or writing a Flash plugin for mobile Safari.

    FunkyDexter's correct though. Programming is programming. Learn the methods and languages come naturally. Pick a language and use it to become a good programmer.
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

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