Learning C++ / support please =]

Discussion in 'Programming General' started by andrew-pd, Jul 27, 2009.

Learning C++ / support please =]
  1. Unread #1 - Jul 27, 2009 at 6:28 AM
  2. andrew-pd
    Joined:
    Jan 12, 2009
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    andrew-pd Active Member

    Learning C++ / support please =]

    Hey, i just bought a book for C++ programming (beginner all the way to advanced) and i will be learning it for say um... 2-3hours a day with breaks until i one day get the hang of it and can programme something on my own. I have experience with VB and some web developing languages, but this is going to be my biggest challenge yet.

    Can anyone say how long it would take to learn from complete beginner?

    2-3 years? (im 15 btw)

    Also should the DevC++ compiler be ok?


    Thanks for all your help in advance =]
     
  3. Unread #2 - Jul 28, 2009 at 3:17 AM
  4. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Learning C++ / support please =]

    Once you understand the concepts it really isn't that hard.

    I'll tell you not to use DevC++ though. Use CodeBlocks, it's far better and updated quite frequently.
     
  5. Unread #3 - Jul 28, 2009 at 5:46 AM
  6. andrew-pd
    Joined:
    Jan 12, 2009
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    andrew-pd Active Member

    Learning C++ / support please =]


    Thanks, will check CodeBlocks out =]
     
  7. Unread #4 - Jul 30, 2009 at 10:03 AM
  8. `Sp3ke
    Joined:
    Aug 2, 2007
    Posts:
    80
    Referrals:
    0
    Sythe Gold:
    0

    `Sp3ke Member

    Learning C++ / support please =]

    I'm far from an "expert" when it comes to C++, however I had no problems using Dev C++. It's a really easy-to-use program. You type in your code and it runs it, couldn't be more simple.
     
  9. Unread #5 - Jul 31, 2009 at 1:05 AM
  10. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    Learning C++ / support please =]

    It's an outdated IDE with little of the features that most modern IDEs DO have.
     
  11. Unread #6 - Jul 31, 2009 at 10:24 PM
  12. SuF
    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary

    SuF Legend
    Pirate Retired Global Moderator

    Learning C++ / support please =]

    Moved to the right section. >_>.
     
  13. Unread #7 - Aug 2, 2009 at 3:35 PM
  14. andrew-pd
    Joined:
    Jan 12, 2009
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    andrew-pd Active Member

    Learning C++ / support please =]

    Sorry
     
  15. Unread #8 - Sep 13, 2009 at 11:12 PM
  16. prorathack1
    Joined:
    Mar 12, 2009
    Posts:
    239
    Referrals:
    0
    Sythe Gold:
    0

    prorathack1 Active Member

    Learning C++ / support please =]

    Nobody could tell you exactly how long will it take you to be an expert at a language. But I could tell you it takes years...
    If you intend on learning C++, don't give up...
     
  17. Unread #9 - Sep 15, 2009 at 1:10 PM
  18. jufjufjuf
    Joined:
    Jun 14, 2007
    Posts:
    93
    Referrals:
    0
    Sythe Gold:
    0

    jufjufjuf Member

    Learning C++ / support please =]

    To be honest, with the right education it shouldn't take you all that long (year or more). Although it depends how you classify 'expert'.

    Juf
     
  19. Unread #10 - Sep 15, 2009 at 6:08 PM
  20. super_
    Joined:
    Dec 20, 2008
    Posts:
    91
    Referrals:
    0
    Sythe Gold:
    0

    super_ Member

    Learning C++ / support please =]

    If you feel the need, please for god's sake don't use Dev C++. Not only is the IDE nothing special, it also uses a very old copy of MinGW. The version it has does not even support wide I/O streams; e.g.
    Code:
    #include <iostream>
    
    int main(int argc, char *argv[]) {
        std::wcout << L"Dev-C++ needs some serious updating" << std::wendl;
        return 0;
    }
    shouldn't be able to compile under untouched Dev-C++ installation; you can fix it by replacing all of the MinGW components in Dev-C++'s installation directory with those of a new update (specifically the includes, but updating bintools and gcc couldn't hurt while you're at it).
     
< where can i get auto talker for windows | Selling programs? >

Users viewing this thread
1 guest


 
 
Adblock breaks this site