We will be hosting a list of useful resources here, as well as presentations from the meetings for download.
Here is some list for a start.
- http://www.cplusplus.com/ – a good site with lots of tutorials, samples and convenient documentation. Nothing too advanced, though.
- http://www.cprogramming.com/ – a collection of various programming articles and examples, implemented in C and C++ (think of a cookbook)
- http://www.research.att.com/~bs/C++.html – Bjarne Stroustrup’s own list of recommended links of interest about C++
- http://www.deitel.com/ResourceCenters/… – a massive index of C++ resources. Click on Resource Center in the upper menu to reveal more specialized sections as well as resources for other languages and platforms
- http://www.boost.org/ – the massively successful Boost library; some say it defines modern C++
- http://loki-lib.sourceforge.net/ – homepage of the Loki project, another set of useful tidbits
- http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2597.htm – detailed view on the current state of C++0x, the new standard of C++
- http://www.informit.com/guides/guide.aspx?g=cplusplus – a really great explanation and rationale for all novelties in C++0x and TR1
Pingback: URL