Thread: How did u learn C++?

  1. #1
    Unregistered
    Guest

    Question How did u learn C++?

    hey guys,
    i think i might have found an interest in c++ programming, but i was wondering how you all learnt it, and are most of you programmers or do you have other jobs?

    cheers

  2. #2
    Bobish
    Guest
    you learn C++ like anything else.

    1. download free online tutorials

    2. buy a book

    3. or, take a class

  3. #3
    Unregistered
    Guest

    Re: How did u learn C++?

    Originally posted by Unregistered
    hey guys,
    i think i might have found an interest in c++ programming, but i was wondering how you all learnt it, and are most of you programmers or do you have other jobs?

    cheers
    >>how you all learnt it

    i started with the nifty tutorials on this site (great tutorials, btw, thanks whoever made them),

    >>are most of you programmers or do you have other jobs?

    yes. I am a programmer. I dont work as a programmer. It is possible to be a programmer without working as one. Maybe rephrase your question.

  4. #4
    Registered User matheo917's Avatar
    Join Date
    Sep 2001
    Posts
    279
    learned from books and gained expertise while programming....

    don't limit yourself to one book though.... read few, experience different points of view by different people and afterwards develop yourown....

    getting a job as a programmer......hmmm... without school and degree, as well as some kind of experience is tough, but not impossible...

    good luck

    Regards,
    matheo917

  5. #5
    I learned seaching around the internet. You'll find a lot of stuff searching in google.com or gamedev.net (yes gamedev does have an internal search engine, its under the articles section)

    I might take some classes this summer, but most classes are too basic.

    Message boards are a great source of info too. If you are going to go into any game development go to gamedev.net or if you are willing to pay money, buy books. Books got more info than the internet usually. And most of them are more specified at certain subjects, like Special Effects, RPG's, and AI.

    Trial and error teaches you a lot. Even if you don't think something will work, try it out. Ceruiosity never killed the cat.

    And as he said do not just look at one book. That goes for sites too. Don't just go to cprogramming.com, go to gamedev.net, or even gamasutra.

    Another word of advise: Skim through all the tutorials on this site. Then go through and really read and concentrate on every tutorial, except the advanced ones. Don't stop reading until you understand each and every tutorial. Not all at once though of course.

    No I do not work as a programmer.

    PS: Unregistered, I think he meant who works as a programmer as a profession.
    Last edited by frenchfry164; 03-30-2002 at 08:05 PM.

  6. #6
    Registered User VBprogrammer's Avatar
    Join Date
    Mar 2002
    Posts
    175
    Most of use (including me) are to young to have jobs as programmers (going by the profiles ive looked at most pll are 15-16yrs)
    VC++ 6

  7. #7
    Registered User xlnk's Avatar
    Join Date
    Mar 2002
    Posts
    186
    well im taking computer science 1 AP in high school (10th) right now, and plan on going through CompSci 3.

    I also go around on the net looking for tutorials. I found that going through examples of a technique used in a program helps me learn it. for example: http://www.cplusplus.com
    the best things in life are simple.

  8. #8
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Hah, I wish my school had comp classes. The extent our school goes to is html, powerpoint, and flash in a communications (joke) class.

  9. #9
    Unregistered
    Guest
    I am taking a class in college. I am working towards a Business Administration Computer Information Systems degree. I will be working as a computer programmer.

  10. #10
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    >but i was wondering how you all learnt it,

    - Get some good books on C++ to get theoretical knowledge
    - Work on C++ projects to get experience
    - Talk with other programmers to learn more

    >and are most of you programmers or do you have other jobs?

    I'm working as a programmer.

  11. #11
    Registered User
    Join Date
    Jan 2002
    Posts
    559
    I don't work as a programmer yet, but from the ones I know, I'd caution against putting all your eggs in developing games, at least as a career. Sure, there are jobs in game development, but the vast majority of applications are for much less flashy purposes. I live in a small town, maybe not representative, but the main C++ programming company here works in medical fields, writing things like IV drip monitoring programs.

  12. #12
    you'd have to be lucky to get a permenant job as a game programmer. If you want to do computers, I would do something else as a side-job, maybe fixing computers or something.

    Programming jobs tend not to be reliable.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Am I too late to learn programming?
    By maccat in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 02-17-2009, 08:49 AM
  2. Looking to learn C++
    By Fuzzy91 in forum C++ Programming
    Replies: 40
    Last Post: 04-13-2006, 02:38 AM
  3. Can you actually learn c++ in 21 days?
    By Raeliean in forum C++ Programming
    Replies: 14
    Last Post: 07-27-2005, 03:41 PM
  4. You have to learn C in order to learn C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 20
    Last Post: 07-16-2004, 10:33 AM
  5. Witch to learn first?
    By Unregistered in forum Windows Programming
    Replies: 2
    Last Post: 06-17-2002, 12:06 AM