Results 1 to 15 of 15
  1. #1
    IDOMATH's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Location
    Hidden Valley
    Posts
    15
    Reputation
    10
    Thanks
    2

    Book or Offline Learning Recommendations?

    Does anybody have good book recommendations or something else that's good for learning C++ without an internet connection?

    Also, which version of C++ should I be looking into? I started with C++14, but that's no longer the most recent version.

  2. #2
    bex_'s Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    8
    Check out doc.lagout.org and download a few books and read them when you're offline. As for versions, just read the documentation on the latest version of C++ and see what's changed.
    Also, I recommend you start small projects every time you learn something new. It keeps you sane and away from boredom of just reading.

  3. The Following 2 Users Say Thank You to bex_ For This Useful Post:

    Bluegiant2222 (08-12-2019),WarGrym (06-14-2019)

  4. #3
    warrishere10's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    15
    Reputation
    26
    Thanks
    1
    Get C++ Programming by Bjarne Stroustrap. He invented the language after all.

  5. #4
    Cuteness's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    11
    Reputation
    8
    Thanks
    0
    I can't program in something else xD

  6. #5
    aarbend's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    90
    Reputation
    10
    Thanks
    12
    as mentioned, Stroustrup's books are good as are Deitel & Deitel. i would suggest you learn C first and an excellent book to begin with is "The C Programming Language" by Kernighan & Ritchie

  7. #6
    sharpMouse's Avatar
    Join Date
    Feb 2019
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    4
    Quote Originally Posted by IDOMATH View Post
    Also, which version of C++ should I be looking into?
    C++11 is good enough to start with.

  8. #7
    ibocriet's Avatar
    Join Date
    May 2019
    Gender
    male
    Posts
    90
    Reputation
    10
    Thanks
    8
    Thanks for the recommendations! really helpfull

  9. #8
    Bluegiant2222's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    My Mood
    Fine
    Thank you very much for this. I will definitely be using this!

  10. #9
    Socali23's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    cool beans

  11. #10
    LForward1's Avatar
    Join Date
    Jul 2019
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    The Bjarne Stroustrup book is a good guide in the world of c++

  12. #11
    GreggOsborne's Avatar
    Join Date
    Dec 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    it’s a good idea to learn C++ without access to the Internet. firstly, writing code on a paper develops your attentiveness, and secondly, these are uncomfortable conditions in which people assimilate information better. I had a situation where I lost access to a laptop for a long time, and at the university a deadline on one paper was burning, and all the information for writing an essay was on the computer. It’s good that you can use the paper writing services for help (I used to select site essayservicescanner.com, here are the most detailed reviews about the writing companies). They wrote a quality work and on time. BUT now I, too, try to store every info on offline media ')*

  13. #12
    Microsoft's Avatar
    Join Date
    Dec 2019
    Gender
    male
    Posts
    756
    Reputation
    162
    Thanks
    158
    My Mood
    Drunk
    i think youtube is still the best, step by step tutorials too

  14. #13
    faid's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Somewhere over the rainbow
    Posts
    547
    Reputation
    40
    Thanks
    63
    My Mood
    In Love
    learn C programming C89/C99. You could get the book “C programming A modern Approach” by K. N. KING
    it’s available for download online and you can practice it offline. Basically if you start with this, future languages that you wish to learn will be way easier. Understanding how a compiler works is important too. You’ll learn that along the way of reading this book. Moreover there are lots practice challenges and examples on different kinds of programs for you to try out.

  15. #14
    kr_nekdo's Avatar
    Join Date
    Jun 2019
    Gender
    male
    Posts
    360
    Reputation
    22
    Thanks
    26
    My Mood
    Angelic
    I liked C++ for Dummies. Also, try searching on this site: b-ok.org. Really nice webpage with millions of books. Just enter C++ and download some

  16. #15
    blackout99's Avatar
    Join Date
    Apr 2020
    Gender
    male
    Posts
    72
    Reputation
    10
    Thanks
    1,309
    My Mood
    Chatty
    I would recommend you to start with C# , then move out to C++.
    Maybe its harder, maybe not.
    It worked out fine for me,also JAVA is now big deal in moneymaking industry.
    SO idk, depends on what you wanna do ?

Similar Threads

  1. Great C++ book for learning...
    By jonnyboy9985 in forum C++/C Programming
    Replies: 8
    Last Post: 08-22-2010, 06:32 PM
  2. Learn C Programming Language (E-book/PDF)
    By blueduece2 in forum C++/C Programming
    Replies: 1
    Last Post: 03-25-2009, 09:49 AM
  3. learning c++ which book is best?
    By freefirez in forum Combat Arms Europe Hacks
    Replies: 9
    Last Post: 03-24-2009, 07:44 AM
  4. Book Recommendation!
    By Gourav2122 in forum Entertainment
    Replies: 22
    Last Post: 12-25-2007, 07:52 PM
  5. Recommend Resources to Learn C++
    By Xpander19 in forum C++/C Programming
    Replies: 2
    Last Post: 12-21-2007, 06:51 AM