July 30, 2008

C++ References

Some more reference sites.

C++ reference: http://www.cppreference.com/
Other language references: http://www.cppreference.com/links.html

Eclipse C/C++ Development Tooling - CDT

The CDT (C/C++ Development Tools) Project provides a fully functional C and C++ Integrated Development Environment (IDE) for the Eclipse platform.

Take a look,

http://www.eclipse.org/cdt/

July 28, 2008

10 Commandments for C Programming

10 Commandments for C Programming by Henry Spencer
(Dated but still relevant advice on C Programming)

http://cplus.about.com/od/learningc/a/10-commandments.htm

July 14, 2008

Google C++ Testing Framework

Check this out friends,

http://code.google.com/p/googletest/
http://code.google.com/p/googletest/downloads/list
http://code.google.com/p/googletest/w/list

July 3, 2008

C++ Programming Style

Must read these,

http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
http://geosoft.no/development/cppstyle.html
http://www.chris-lott.org/resources/cstyle/

July 2, 2008

VC++ Environment settings

Using different toolsets for vc build

http://blogs.msdn.com/vcblog/archive/2007/
12/30/using-different-toolsets-for-vc-build.aspx

DLLs / Function binding

Check these links:

http://blogs.msdn.com/vcblog/archive/
2007/12/17/how-a-program-accesses-functions.aspx

http://en.wikipedia.org/wiki/Dynamic-link_library

July 1, 2008

Interesting C++ code optimization techniques

You can follow some simple, but interesting steps to write optimized C++ code.
Following link will guide you in writing optimized C++ code.
http://www.custard.org/~andrew/optimize.php
Following link will help you in optimizing your Code with Visual C++
http://msdn.microsoft.com/en-us/library/aa290055.aspx