34

!rant

Advice
[1] Don’t panic! All will become clear in time.
[2] You don’t have to know every detail of C++ to write good programs.
[3] Focus on programming techniques, not on language features.

just read in "A Tour of C++11" by Bjarne Stroustrup

It's not just true for C++, that's true for everything

Comments
  • 1
    C++ is a language in which you reinvent the wheel a lot.

    :D
  • 3
    Bjarne's books and talks are always fantastic. I really enjoyed his keynote at cppcon this year.
  • 1
    @HelloUglyWorld not that much, there are thousands of libraries everywhere
Add Comment