Thread: Which language?

  1. #1
    Inez
    Guest

    Which language?

    right now im teaching myself c++...without any prior programming language...is this a bad idea? ive had several people suggest i learn Visual Basic first...should i? and if so...how far along should i get in VB before i start up in C++ again?

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Neither one is a stepping stone to the other. I've heard people say to learn VB first, to teach yourself some programming practices, and I've heard others say that it's difficult to go to C++ once you've tried VB. I'd personally say try C++ since VB appears to be on its way out, but it's entirely up to you.

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    12

    hopefully it helps

    Hi,
    I am not sure which one is right for you but I think you should think about what kind of programm would you like to write in the future. Depending on that you should look at the languages and then decide if that language is appropriate for it. Every language has its strenth and weeknesses. So I would suggest you do some research in those areas and then make a decision. Also bare in mind that once you learn one language, generally I think it is easier to learn a new language just bacause you already know the basics of programming. Most of the time you only need to worry about learning the new syntex. Hopefully that helps.


    Even the greatest of whale is helpless, in the middle of the dessert.
    So help someone who needs help today then some one else will help U tommorrow when U need it.

  4. #4
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    I'd suggest you go on learning C++. When you have questions, ask them and write programs in C++. Just writing programs in C++ is the best way to learn the language. There are plenty of tutorials explaining object oriented concepts and general programming techniques (datastructures and algorithms) and ofcourse you can ask questions at boards like this.

  5. #5
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    Visual Basic and C++ are NOTHING alike

  6. #6
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    Meh, I started with JavaScript.. the syntax is very similar, and the language is much simpler..
    I really wouldn't recommend starting with C++..

  7. #7
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    Pascal might be a good place to start learning. It used to be used as a teaching language and it's "easy" to read. The most important thing is to learn the programming concepts. Once you learn the basic concepts, you can pick up the syntax of a language very quickly.
    If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?

  8. #8
    Unregistered
    Guest
    I teach an ap comp sci class using c++ and from my experience students have no problems picking it up. As long as you can understand the "logic of programming" its just a matter of learning the syntax,.. etc of any individual language. I personally can't stand VB, so i would suggest C++.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What language did they make Java in?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 07-03-2005, 04:18 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  5. Language Script..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 03-30-2003, 06:48 AM