Computer Languages

Discussion in 'Programming' started by ALEX, Oct 21, 2007.

Thread Status:
Not open for further replies.
  1. ALEX New Member

    Member Since:
    Sep 6, 2007
    Message Count:
    524
    Likes Received:
    0
    Do you know any computer coding languages?

    I am taking a Visual Basic and C++ class right now in school. I am getting pretty good at VB and am awaiting to learn C++. But I really don't want to get into C++.
  2. Hayze New Member

    Member Since:
    Sep 6, 2007
    Message Count:
    949
    Likes Received:
    0
    Occupation:
    Un Occupied.
    Location:
    To your left... no your other left.
    C++ is going to be confusing, but if you end up learning it very well, eventually one day making a career out of it, you will make a TON of money, since almost no one else can do that.
  3. Eureka New Member

    Member Since:
    Dec 16, 2007
    Message Count:
    17
    Likes Received:
    0
    C > C++ in my book XD

    I know C more than I know C++. Just a few things to point out:
    strings = char arrays
    chars are represented as decimals (from 0 to 127) which is a byte
    --remember, C/C++ will use memory for doing stuff
    pointers is a must learn if you want to be effective in C/C++
    --pointers allow you to point to the memory location of the variable, allowing you to update the variable on the spot (so one function can really change more than 1 variable and do more than 1 thing.

    Number system starts with decimal 48 - 57 (0 - 9). 10 = array(49,48) :)
  4. Edwin New Member

    Member Since:
    Oct 7, 2007
    Message Count:
    417
    Likes Received:
    0
    Occupation:
    Now that would be telling
    Location:
    UK
    I can script (just about) in visual basic. I am thinking about learning C++ though
Thread Status:
Not open for further replies.

Share This Page