C++ STD.

Jun 6, 2015 at 8:49pm
I am using C++. I think maybe I might be interested in buying a book on the C++ Standard library. I couldn't find anything recent just : The C++ Standard Library, a tutorial and reference, 2nd Ed (2012) - Nicolai M Josuttis. This is not for the most recent version of C++, it is for 11 not 14.

Is it recommended that I purchase it if I am programming recent C++ (learning 14), or should I just find a website and learn from there?

I know C++ fairly well.

Thank you,
Josheir


Jun 6, 2015 at 9:05pm
There are a few great books on the C++ Standard Library, check this list:
http://stackoverflow.com/a/388282/1959975
Jun 7, 2015 at 2:06am
Get 'The C++ Standard Library, a tutorial and reference', 2nd Ed (2012) - Nicolai M Josuttis. It is currently he best book for learning about the standard library.

C++14 is a very small extension (plus bug fixes) to C++11.
C++14 additions to the standard library are just these:
https://en.wikipedia.org/wiki/C%2B%2B14#New_standard_library_features
Jun 7, 2015 at 3:37am
I would like to add that you cannot get an STD from C++. (At least not directly.)

;-)
Jun 7, 2015 at 1:13pm
(At least not directly.)

LOL
Jun 7, 2015 at 1:21pm
@Duoas they're calling them STIs now, so C++'s std namespace is safe from jokes.
Jun 7, 2015 at 5:54pm
Nothing's ever safe from jokes.

"std" (minuscules) == shorthand for "standard"
"STD" (capitals) == initialism for Sexually Transmitted Disease

Also, http://www.womenshealthmag.com/health/sti-vs-std
site chosen from Google search results because I enjoyed the answer best... sorry for the link otherwise. If you prefer, here it is very succinctly: http://plannedparenthood.tumblr.com/post/33600737905/std-vs-sti
Topic archived. No new replies allowed.