Welcome to WebDesignForums.net!
You're currently viewing WDF as a guest. By registering for a free account, you'll be able to participate with other members in our friendly community. Being a member allows you to ask questions and get answers for those troublesome web development tasks!

In addition, as a member you'll be able to post your websites up for review. Using our unique website review system you can gain some amazing feedback from some of the best web developers around. This is a completely free service to all registered members.

Ready to register yet? Registration is 100% free. Click Here To Join Now!

Learning C++

Discussion in 'Other Languages' started by Blackhawk095, Oct 21, 2011.

  1. Offline

    Blackhawk095 Active Member

    Message Count:
    380
    Likes Received:
    45
    Trophy Points:
    28
    Gender:
    Male
    Location:
    Kentucky (USA)
    I have decided to start studying C++. The problem, is that I don't know where to start. I found some interesting tutorials on YouTube from "TheNewBoston". They have been a lot of help, but I would like to have more resources to study with.

    Do you guys know of any video tutorials that would be helpful?


  2. Offline

    George Dolidze WDF Moderator

    Message Count:
    2,484
    Likes Received:
    418
    Trophy Points:
    83
    Gender:
    Male
    Location:
    Irvine, CA
    C++ is fun! I don't have any video tutes though, because I started with 'C++ for Dummies'. Great book, you can probably get it for cheap off of amazon. it's huge, so I think it's worth the money.


  3. Offline

    Blackhawk095 Active Member

    Message Count:
    380
    Likes Received:
    45
    Trophy Points:
    28
    Gender:
    Male
    Location:
    Kentucky (USA)
    A friend gave me a copy of 'C++ for Dummies' to use until the end of the school year. I prefer video tutorials, but if that is the best resource, then I guess I will use the book instead.


  4. Offline

    George Dolidze WDF Moderator

    Message Count:
    2,484
    Likes Received:
    418
    Trophy Points:
    83
    Gender:
    Male
    Location:
    Irvine, CA
    It's humorous too.


    Blackhawk095 likes this.
  5. Offline

    mlseim WDF Staff

    Message Count:
    5,479
    Likes Received:
    224
    Trophy Points:
    63
    Gender:
    Male
    Location:
    Cottage Grove, Minnesota


    George Dolidze likes this.
  6. Offline

    Blackhawk095 Active Member

    Message Count:
    380
    Likes Received:
    45
    Trophy Points:
    28
    Gender:
    Male
    Location:
    Kentucky (USA)
  7. Offline

    Spectral Software New Member

    Message Count:
    2
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    Location:
    Portsmouth, United Kingdom
    Regarding compilers i can highly recommend Rad Studio. Plenty of help available for that, jusy look for Delphi examples and check out the help files for the C++ alternatives but everything else you see in the environment is the same.


  8. Offline

    Danish01 New Member

    Message Count:
    21
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    C++ is not a easy if you serious about this so consult experienced and profession person.........


  9. Offline

    George Dolidze WDF Moderator

    Message Count:
    2,484
    Likes Received:
    418
    Trophy Points:
    83
    Gender:
    Male
    Location:
    Irvine, CA
    Nope, you can learn it all by yourself.


  10. Offline

    Ronald Roe Well-Known Member

    Message Count:
    1,122
    Likes Received:
    281
    Trophy Points:
    83
    Gender:
    Male
    Location:
    Oklahoma City/Norman/Midwest City
    I tend to learn better from videos too, I've found. I haven't gotten very far in C++, mostly because I've gotten bored with it every time I've tried. I've also never tried learning with videos either. </ramble>


  11. Offline

    Spectral Software New Member

    Message Count:
    2
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Male
    Location:
    Portsmouth, United Kingdom
    The thing to note with learning C++ for a novice programmer is learning two separate things, the syntax of the language (specific to C++), and object orientated programming (used in many languages). I would suggest you tackle both as separate learning curves.

    My suggestion would be:
    1. Check out and understand the "C" language
    2. Aquaint your self with the concepts of object orientated languages
    3. Tackle C++ (basically object orientated C)


  12. Offline

    Dhanishta New Member

    Message Count:
    4
    Likes Received:
    0
    Trophy Points:
    1
    Gender:
    Female
    Location:
    Bangalore
    Hi, If you want to learn c++, First of all, be sure about C.
    And instead of video learning, better if you go to a Real Time Expert.


  13. Offline

    George Dolidze WDF Moderator

    Message Count:
    2,484
    Likes Received:
    418
    Trophy Points:
    83
    Gender:
    Male
    Location:
    Irvine, CA
    C is not exactly a prerequisite for C++, I don't know why people keep saying that. I've learned C++ without even touching C. And you don't necessarily need a teacher either, even though it might make it easier.


Share This Page