some of you may know the Java Almanac : http://www.exampledepot.com/ where a lot of code snippets exist for a day-to-day use.(like reading a file etc.)
I’m currently using C++ and i was just curios if there exists something similar ?
some of you may know the Java Almanac : http://www.exampledepot.com/ where a lot of
Share
There are some good examples and tutorials on the Josuttis site.
The examples are from the The C++ Standard Library – A Tutorial and Reference book.