Is there a C ++ almanac?

some of you may know Java Almanac: http://www.exampledepot.com/ , where there are many snippets of code for everyday use. (like reading a file, etc.)
I'm currently using C ++, and I was just curious if something like this exists?

+3
source share
2 answers

There are some good examples and tutorials on Josuttis .
Examples from the standard C ++ library - tutorial and reference.

+2
source

www.java2s.com, , ++ , ++ ++ Tutorial.

.

+1

Source: https://habr.com/ru/post/1714784/


All Articles