s
menu
menu
Login  |  Register  |  Media Kit  |  Press  |  Site Map  |  Contact Us Digg It! Post to Del.icio.us Bookmark using any social bookmark manager!  Increase font-sizeDecrease font-sizeRestore default font-sizes



C++ Programming Resource Center

 

C++ Articles

“A Brief Look at C++0x”
http://www.artima.com/cppsource/cpp0x.html 
“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.  
 
“Bulletproofing C++ Code”
http://www.ddj.com/dept/cpp/196802351 
“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.
 
 
 
Codeguru
http://www.codeguru.com/cpp/ 
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.  
 
Compiling and Linking
http://www.cs.duke.edu/~ola/book/compiling.html 
Explains how to use compiling and linking to create an executable C++ program.  
 
Run-Time Error Checking Comes to Compilers
http://www.byte.com/art/9510/sec4/art5.htm 
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. 
 
< BACK  1 of 1  NEXT >
foot
Update :: May 16, 2008