5
Witness
7y

!rant

The biggest fuckin problem with learning C++ is that you have no idea where to go next after you finish learning the basics.

Should I learn regex next or stdlib? If I wanna learn the standard library, where do I fuckin start?

IS THERE AN ACTUAL GOOD BOOK OUT THERE THAT DOESNT BECOME INDECIPHERABLE AT PAGE 203??

Comments
  • 0
    Went and dug this up from another rant with a similar question
    https://amazon.com/gp/aw/...
    That is a really good book, talks through everything, explains well. Doesn't give tasks or anything so reading it then keeping as a reference when working on a project is a very good way of working, how I used it.
  • 0
    Stroustrup books are fine. Imo
  • 0
    Standard Library A tutorial and reference by Nicolai is the best book for learning the stdlib in my opinion
Add Comment