Thread: what is the frist to learn when learning c/c++

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    1

    Arrow what is the frist to learn when learning c/c++

    what is the frist to learn when learning c/c++

  2. #2
    Registered User codingmaster's Avatar
    Join Date
    Sep 2002
    Posts
    309
    frist??? do you mean first???


    The main part of c++ is oop (object oriented programming)

    You have to learn, the normal things like:
    what is a prog
    how to write code.....
    then you go on to (if, else, else if)
    then loop (for, while, do while)
    switch case
    functions
    pointers
    classes
    structures
    polymorphy.......

  3. #3
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    The first thing you should learn is basic data types and I/O procedures

  4. #4
    Registered User datainjector's Avatar
    Join Date
    Mar 2002
    Posts
    356
    Learn how to use a debugger !!
    "I wish i could wish my wishs away"

    "By indirections find directions out" -- William Shakespears

    "Do what thou wilt shall be the whole of the law" -- Crowley "THE BEAST 666"

    Mizra -> love = Death...
    RDB(Rocks yooo)..

    http://www.cbeginnersunited.com

    Are you ready for the Trix ???

  5. #5
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    I think the best answer to this - learn to use a search engine.

  6. #6
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    Learn how to use the library, and learn how to use a bookstore. You'll be visiting both frequently.

    Also, learn that we aren't impressed by (poorly) photoshopped images of nothing.
    Away.

  7. #7
    Registered User datainjector's Avatar
    Join Date
    Mar 2002
    Posts
    356
    Originally posted by Fordy
    I think the best answer to this - learn to use a search engine.
    lol thats just made my day
    Last edited by datainjector; 07-14-2003 at 01:25 PM.
    "I wish i could wish my wishs away"

    "By indirections find directions out" -- William Shakespears

    "Do what thou wilt shall be the whole of the law" -- Crowley "THE BEAST 666"

    Mizra -> love = Death...
    RDB(Rocks yooo)..

    http://www.cbeginnersunited.com

    Are you ready for the Trix ???

  8. #8
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When needing to ask a questions, the first thing to learn, is simply how to actually ask. I suggest this .

    Thread closed, as the question is answered, and is way too vague to be of any use.

    thug_worker, don't be put off, if you have specific questions relating to C coding, start a new thread. Any questions regarding the use of these forums, just pm me or another moderator and ask.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how long to learn c programming
    By cmay in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 05-13-2009, 12:55 AM
  2. Learning to write Windows Apps
    By johnson_a in forum Windows Programming
    Replies: 8
    Last Post: 05-31-2004, 04:17 PM
  3. Fun Learning a New Language
    By UnregdRegd in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 09-30-2003, 10:03 PM
  4. Why are you learning programming?
    By Betazep in forum A Brief History of Cprogramming.com
    Replies: 71
    Last Post: 02-01-2002, 07:18 PM
  5. learning to code
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 10-30-2001, 08:49 AM