| | “A Brief Look at C++0x,” by Bjarne Stroustrup, original creator of the C++ programming language. The article outlines the guiding principles of work on C++0x and gives a sneak peek at the next version of the C++ standard, expected to be finished in 2009. | http://www.artima.com/cppsource/cpp0x.html
|
|
| “Bulletproofing C++ Code,” by Sergei Sokolov, Solution Manager at Parasoft. Sokolov describes four strategies for reducing the risk of errors in C++ when multiple programmers try to extend existing code, and for improving the stability of the evolving code base. | http://www.ddj.com/dept/cpp/196802351
|
|
| | Codeguru is a site for developers. Provides many articles on a wide range Visual C++ and C++ topics including properties in C++, multithreaded applications and some video tutorials. Includes user ratings for most of the posts. | http://www.codeguru.com/cpp/
|
|
|
|
| | Article: “Run-Time Error Checking Comes to Compilers,” by Steve Apiki. Discusses the integration of run-time error checkers directly into the Borland C++ and Microsoft VC++ IDEs. | http://www.byte.com/art/9510/sec4/art5.htm
|
|