Thread: Easy way of learning c++ programming?

  1. #1
    Registered User
    Join Date
    Jul 2012
    Posts
    30

    Easy way of learning c++ programming?

    Hi , is there is easy way of learning c++.. or a explained way

    cause i don't understand some of the code im writing

    thanks

  2. #2
    spaghetticode
    Guest
    Grab an instruction book, start reading on page one, try all the code yourself, provoke errors, experiment, do all the exercises.

  3. #3
    Registered User
    Join Date
    Jul 2012
    Posts
    30
    ok , i also have learning difficulties

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    No one learns a language without coding, experimenting, asking questions, reading books and gaining experience for a few years. There is no easy way. You just have to continue trying. Eventually there is a point where you have gotten good enough that most everyday tasks or what you want to code gives you little or no problems. That's when you can say you've learned a language.
    But make no mistake - no one ever fully masters a language. There are things even members on this board faces difficulties with. That's normal. Life is one long journey and it never ends, and the same is true with programming languages.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Several good books, a hell of a lot of practice, and plenty of time
    Teach Yourself Programming in Ten Years
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  6. #6
    Registered User Vana Papi's Avatar
    Join Date
    Jul 2012
    Posts
    11
    I'm a beginner myself, started off with this tutorial: C++ Language Tutorial - C++ Documentation . Basics are well explained(I don't know how advanced code are you writing at the moment). And some good exercises: Beginner Exercises - C++ Forum . The last one is nice, currently doing it.

  7. #7
    Registered User
    Join Date
    Jun 2005
    Posts
    6,815
    I'm not sure there is an easy way to learn C++. I've been learning C and C++ for more years than I care to admit, and still don't claim to know everything about it.

    Even Bjarne Stroustrup (the ostensible father of C++) admits there are things about C++ he does not know.
    Right 98% of the time, and don't care about the other 3%.

    If I seem grumpy or unhelpful in reply to you, or tell you you need to demonstrate more effort before you can expect help, it is likely you deserve it. Suck it up, Buttercup, and read this, this, and this before posting again.

  8. #8
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    Ryan500 if you know C,then i would suggest trying a tutorial at the internet that is interactive with the user,in order to get a small idea of what is happening.Then reading a book(e.g. The C++ Programming Language of Bjarne Stroustrup )is though to be a must.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Learning C Programming
    By Manakore in forum C Programming
    Replies: 5
    Last Post: 02-08-2011, 05:32 PM
  2. C++ Made Easy: Learning to Program in C++ HELP!!!
    By Y0ung Talent in forum C++ Programming
    Replies: 8
    Last Post: 09-30-2010, 06:19 AM
  3. Easy Bash program project for learning
    By theKbStockpiler in forum Linux Programming
    Replies: 0
    Last Post: 09-15-2010, 09:05 PM
  4. How are you learning programming?
    By incognito in forum A Brief History of Cprogramming.com
    Replies: 63
    Last Post: 02-13-2002, 05:13 PM
  5. 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