Useful links
This page contains a collection of links that are useful to software developers and anyone else participating in ICT projects. As you can see, the growing potential of this page is enormous—and it will grow soon.Software development
- ACCU: professionalism in programming (with lots of excellent book reviews and recommendations). “ACCU” used to stand for “Association of C and C++ Users”, but the organisation is now language-independent.
C++
- A handy online C++ reference. What are the arguments to string::replace again?
- Homepage of Bjarne Stroustrup, the creator of C++, with tons of useful information.
- Sutter's Mill, Herb Sutter's weblog. Must-read material on exception handling and concurrency in C++.