[Discover] C++ and the linker | copton.net http://blog.copton.net/articles/linker/index.html
(programming tutorial reference tips) 
[Discover] C++ Style Guide http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml (google style programming guide)
[Discover] C++ FQA Lite: Main page http://yosefk.com/c++fqa/index.html (programming criticism language reference)
[Discover] googletest - Google Code http://code.google.com/p/googletest/ (testing google test framework)
[Discover] C++ Frequently Questioned Answers http://www.yosefk.com/c++fqa/?r=t (programming language reference faq)
[Discover] Boost C++ Libraries http://www.boost.org/ (library boost programming development)
[Discover] ZeroMQ - Inter-application messenging http://www.zeromq.org/ (opensource library programming messaging)
[Discover] More C++ Idioms - Wikibooks, collection of open-content textbooks http://en.wikibooks.org/wiki/More_C%2B%2B_Idioms (programming wiki reference patterns)
[Discover] http://threadingbuildingblocks.org http://www.threadingbuildingblocks.org/ (programming parallel tools libraries)
[Discover] Standard Template Library Programmer's Guide http://www.sgi.com/tech/stl/ (reference stl programming library)
[Discover] super fast xml parser http://rapidxml.sourceforge.net/ (xml library parser opensource)
[Discover] Stroustrup: C++ Style and Technique FAQ http://www.research.att.com/~bs/bs_faq2.html (programming stroustrup tutorial tutorials)
[Discover] C++ Optimization Strategies and Techniques http://www.tantalon.com/pete/cppopt/main.htm (optimization programming performance tutorial)
[Discover] Technology Review: The Problem with Programming http://www.techreview.com/InfoTech/17831/ (programming stroustrup design development)
[Discover] C++ vs OCaml: Ray tracer comparison http://www.ffconsultancy.com/languages/ray_tracer/comparison.html (ml ocaml raytracer graphics)
[Discover] Ragel State Machine Compiler http://www.cs.queensu.ca/~thurston/ragel/ (compiler c generator programming)
[Discover] Why I Dislike C++ For Large Projects http://www.mistybeach.com/articles/WhyIDontLikeCPlusPlusForLargeProjects.html (programming design rant coding)
[Discover] Stroustrup: newsgroup posting http://www.research.att.com/~bs/blast.html (opinion articles stroustrup development)
[Discover] Learn Programming Online, For Free: 75+ Open Courseware Collections from the Ivy League and Beyond | http://whdb.com/2008/learn-programming-online-for-free-75-open-courseware-collections-from-the-ivy-l ... (free courses programming tutorials)
[Discover] C/C++ Reference http://cppreference.com/ (programming reference coding c)

[Discover] Multi-Dimensional Analog Literals in C++ http://www.xs4all.nl/~weegen/eelis/analogliterals.xhtml (programming hack humor geek)
[Discover] EASTL http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2271.html (ea design stl library)
[Discover] Random Number Generation http://www.qbrundage.com/michaelb/pubs/essays/random_number_generation (programming acm algorithm math)
[Discover] Computerworld - The A-Z of Programming Languages: C++ http://www.computerworld.com.au/index.php/id;408408016;pp;1;fp;16;fpid;1 (stroustrup programming interview todo)
[Discover] CodeLite, an open source, cross platform C/C++ IDE | Main / HomePage http://codelite.org/ (programming windows software opensource)
[Discover] Selector Function Object http://blog.cplusplus-soup.com/2008/04/selector-function-object.html (programming)
[Discover] C++0x - An Overview http://csclub.uwaterloo.ca/media/C++0x%20-%20An%20Overview.html (video lectures)
[Discover] http://www.dependencywalker.com/ http://www.dependencywalker.com/ (windows tools programming development)
[Discover] How To Think Like A Computer Scientist http://www.ibiblio.org/obp/thinkCS/cpp/english/ (programming interesting books tutorial)
[Discover] C++ killed the get & set accessors — kirit.com http://www.kirit.com/C%2B%2B%20killed%20the%20get%20%26%20set%20accessors (interesting programming getset)
[Discover] programming:cpp [the eTheist wiki] http://etheism.org/doku.php?id=programming:cpp (tutorial programming)
[Discover] Optimizing software in C++ http://www.agner.org/optimize/optimizing_cpp.pdf (optimization pdf development)
[Discover] C++ Templates FAQ http://womble.decadentplace.org.uk/c++/template-faq.html (faqs reference templates faq)
[Discover] CodeProject: A C++ Embedded Web Server. Free source code and programming help http://www.codeproject.com/KB/IP/webem.aspx
[Discover] RAVL http://ravl.sourceforge.net/ (malanobis library)
[Discover] Quotes about C and C++ http://www.sysprog.net/quotec.html (programming c humor computers)
[Discover] Valgrind Home http://valgrind.org/ (programming tools debug linux)
[Discover] Andrei Alexandrescu http://erdani.org/publications/
[Discover] Exception Handling http://www.informit.com/content/images/020163371x/supplements/Exception_Handling_Article.html
[Discover] Qt 4.0: Qt Examples http://doc.trolltech.com/4.0/examples.html (programming qt)
[Discover] Loki | Main / HomePage http://loki-lib.sourceforge.net/index.php?n=Main.HomePage (library programming sourcecode lib)
[Discover] Fast Delegates for Effective Game Logic in C++ — AiGameDev.com http://aigamedev.com/programming-tips/fast-delegates-game-logic (programming gamedev development)
[Discover] Qt und Gnustep - warum C++ unzulaenglich ist http://kris.koehntopp.de/inkomploehntopp/02495.html (qt objectivec)
[Discover] C++ FAQ LITE http://www.parashift.com/c++-faq-lite/index.html (programming reference tutorial development)
[Discover] cnotes.txt http://www.klausler.com/cnotes.txt (programming reference toread language)
[Discover] How can a C++/CLI library catch unmanaged C++ exceptions from an unmanaged library without break - ... http://www.msdnsys.com/devarchived/883/140883-how-c-c++cli-library-catch-unmanaged.html (exceptions)
[Discover] The Adaptive Communication Environment (ACE) http://www.cs.wustl.edu/~schmidt/ACE.html (ace corba sockets distributed)
[Discover] Stevey's Blog Rants: Portrait of a N00b http://steve-yegge.blogspot.com/2008/02/portrait-of-n00b.html (programming development java types)
[Discover] Cprogramming.com - Tutorials - C Preprocessor Tricks http://www.cprogramming.com/tutorial/cpreprocessor.html (c tutorial development)
[Discover] wxWidgets http://www.wxwidgets.org/ (opensource programming wxwidgets toolkit)
[Discover] Ultimate++ http://upp.sourceforge.net/
[Discover] Dr. Dobb's | Lock-Free Queues | July 1, 2008 http://www.ddj.com/hpc-high-performance-computing/208801974;jsessionid=RQ3BJIFQRKXUKQSNDLOSKH0CJUNN2 ... (multithreading)
[Discover] Extended STL (Part I) http://www.devsource.com/c/a/Languages/Extended-STL-Part-I/ (programming stl iterators)
[Discover] Pooled Allocators For The STL at fixored? http://www.sjbrown.co.uk/2004/05/01/pooled-allocators-for-the-stl/ (stl)
[Discover] OProfile http://oprofile.sourceforge.net/about/ (profiling)
[Discover] http://www.tntnet.org/ http://www.tntnet.org/
[Discover] YARP Home Page http://eris.liralab.it/yarp/ (software robotics)
[Discover] POCO C++ Libraries Community > Info > About http://pocoproject.org/poco/info/index.html (network library opensource programming)
[Discover] CodeSynthesis XSD - XML Data Binding for C++ http://www.codesynthesis.com/products/xsd/ (xml schema generator)
[Discover] Nemiver - A Debugger for GNOME http://home.gna.org/nemiver/ (gnome debug linux)
[Discover] thePeoplesToolbox - Programming Tools http://thepeoplestoolbox.com/programmers/ (programming reference directory toread)
[Discover] Abe Taha’s Blog » I am hiring C++ engineers for del.icio.us http://taha-family.com/blog/2007/04/25/i-am-hiring-c-engineers-for-delicious/ (abe delicious job programming)
[Discover] Managed C++ and Windows Forms - The Code Project - Managed C++ http://www.codeproject.com/managedcpp/mcppwinforms01.asp (managed read)
[Discover] memoize - A replacement for make http://www.cs.berkeley.edu/~billm/memoize.html (memoize scripting programming make)
[Discover] C++ Operator Precedence [C++ Reference] http://www.cppreference.com/wiki/operator_precedence
[Discover] more essentials for your programming toolbox | Spiteful.com http://www.spiteful.com/2008/02/25/5-more-essentials-for-your-programming-toolbox/ (algorithms programming toread code)
[Discover] Easier C++: An Introduction to Concepts http://www.devx.com/SpecialReports/Article/38864 (programming reference review concepts)
[Discover] Android - Invoke JNI based methods (Bridging C/C++ and Java) « Show me the code! http://davanum.wordpress.com/2007/12/09/android-invoke-jni-based-methods-bridging-cc-and-java/ (java android mobile jni)
[Discover] Programming Zone - C/C++ Programming Stuff @OneSmartClick.Com http://www.onesmartclick.com/programming/c-cplusplus.html (c programming reference)
[Discover] C++ Style Guide http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Inheritance#Inheritance
[Discover] gloox - A portable high-level Jabber/XMPP library for C++ http://camaya.net/gloox (xmpp library)
[Discover] C++ Style Guide http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml (google style programming guide)
[Discover] C++ FQA Lite: Main page http://yosefk.com/c++fqa/index.html (programming criticism language reference)
[Discover] googletest - Google Code http://code.google.com/p/googletest/ (testing google test framework)
[Discover] C++ Frequently Questioned Answers http://www.yosefk.com/c++fqa/?r=t (programming language reference faq)
[Discover] Boost C++ Libraries http://www.boost.org/ (library boost programming development)
[Discover] ZeroMQ - Inter-application messenging http://www.zeromq.org/ (opensource library programming messaging)
[Discover] More C++ Idioms - Wikibooks, collection of open-content textbooks http://en.wikibooks.org/wiki/More_C%2B%2B_Idioms (programming wiki reference patterns)
[Discover] http://threadingbuildingblocks.org http://www.threadingbuildingblocks.org/ (programming parallel tools libraries)
[Discover] Standard Template Library Programmer's Guide http://www.sgi.com/tech/stl/ (reference stl programming library)
[Discover] super fast xml parser http://rapidxml.sourceforge.net/ (xml library parser opensource)
[Discover] Stroustrup: C++ Style and Technique FAQ http://www.research.att.com/~bs/bs_faq2.html (programming stroustrup tutorial tutorials)
[Discover] C++ Optimization Strategies and Techniques http://www.tantalon.com/pete/cppopt/main.htm (optimization programming performance tutorial)
[Discover] Technology Review: The Problem with Programming http://www.techreview.com/InfoTech/17831/ (programming stroustrup design development)
[Discover] C++ vs OCaml: Ray tracer comparison http://www.ffconsultancy.com/languages/ray_tracer/comparison.html (ml ocaml raytracer graphics)
[Discover] Ragel State Machine Compiler http://www.cs.queensu.ca/~thurston/ragel/ (compiler c generator programming)
[Discover] Why I Dislike C++ For Large Projects http://www.mistybeach.com/articles/WhyIDontLikeCPlusPlusForLargeProjects.html (programming design rant coding)
[Discover] Stroustrup: newsgroup posting http://www.research.att.com/~bs/blast.html (opinion articles stroustrup development)
[Discover] Learn Programming Online, For Free: 75+ Open Courseware Collections from the Ivy League and Beyond | http://whdb.com/2008/learn-programming-online-for-free-75-open-courseware-collections-from-the-ivy-l ... (free courses programming tutorials)
[Discover] C/C++ Reference http://cppreference.com/ (programming reference coding c)
[Discover] How To Go Slow http://www.artima.com/cppsource/how_to_go_slow.html (programming code algorithm dev)
[Discover] Multi-Dimensional Analog Literals in C++ http://www.xs4all.nl/~weegen/eelis/analogliterals.xhtml (programming hack humor geek)
[Discover] EASTL http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2271.html (ea design stl library)
[Discover] Random Number Generation http://www.qbrundage.com/michaelb/pubs/essays/random_number_generation (programming acm algorithm math)
[Discover] Computerworld - The A-Z of Programming Languages: C++ http://www.computerworld.com.au/index.php/id;408408016;pp;1;fp;16;fpid;1 (stroustrup programming interview todo)
[Discover] CodeLite, an open source, cross platform C/C++ IDE | Main / HomePage http://codelite.org/ (programming windows software opensource)
[Discover] Selector Function Object http://blog.cplusplus-soup.com/2008/04/selector-function-object.html (programming)
[Discover] C++0x - An Overview http://csclub.uwaterloo.ca/media/C++0x%20-%20An%20Overview.html (video lectures)
[Discover] http://www.dependencywalker.com/ http://www.dependencywalker.com/ (windows tools programming development)
[Discover] How To Think Like A Computer Scientist http://www.ibiblio.org/obp/thinkCS/cpp/english/ (programming interesting books tutorial)
[Discover] C++ killed the get & set accessors — kirit.com http://www.kirit.com/C%2B%2B%20killed%20the%20get%20%26%20set%20accessors (interesting programming getset)
[Discover] programming:cpp [the eTheist wiki] http://etheism.org/doku.php?id=programming:cpp (tutorial programming)
[Discover] Optimizing software in C++ http://www.agner.org/optimize/optimizing_cpp.pdf (optimization pdf development)
[Discover] C++ Templates FAQ http://womble.decadentplace.org.uk/c++/template-faq.html (faqs reference templates faq)
[Discover] CodeProject: A C++ Embedded Web Server. Free source code and programming help http://www.codeproject.com/KB/IP/webem.aspx
[Discover] RAVL http://ravl.sourceforge.net/ (malanobis library)
[Discover] Quotes about C and C++ http://www.sysprog.net/quotec.html (programming c humor computers)
[Discover] Valgrind Home http://valgrind.org/ (programming tools debug linux)
[Discover] Andrei Alexandrescu http://erdani.org/publications/
[Discover] Exception Handling http://www.informit.com/content/images/020163371x/supplements/Exception_Handling_Article.html
[Discover] Qt 4.0: Qt Examples http://doc.trolltech.com/4.0/examples.html (programming qt)
[Discover] Loki | Main / HomePage http://loki-lib.sourceforge.net/index.php?n=Main.HomePage (library programming sourcecode lib)
[Discover] Fast Delegates for Effective Game Logic in C++ — AiGameDev.com http://aigamedev.com/programming-tips/fast-delegates-game-logic (programming gamedev development)
[Discover] Qt und Gnustep - warum C++ unzulaenglich ist http://kris.koehntopp.de/inkomploehntopp/02495.html (qt objectivec)
[Discover] C++ FAQ LITE http://www.parashift.com/c++-faq-lite/index.html (programming reference tutorial development)
[Discover] cnotes.txt http://www.klausler.com/cnotes.txt (programming reference toread language)
[Discover] How can a C++/CLI library catch unmanaged C++ exceptions from an unmanaged library without break - ... http://www.msdnsys.com/devarchived/883/140883-how-c-c++cli-library-catch-unmanaged.html (exceptions)
[Discover] The Adaptive Communication Environment (ACE) http://www.cs.wustl.edu/~schmidt/ACE.html (ace corba sockets distributed)
[Discover] Stevey's Blog Rants: Portrait of a N00b http://steve-yegge.blogspot.com/2008/02/portrait-of-n00b.html (programming development java types)
[Discover] Cprogramming.com - Tutorials - C Preprocessor Tricks http://www.cprogramming.com/tutorial/cpreprocessor.html (c tutorial development)
[Discover] wxWidgets http://www.wxwidgets.org/ (opensource programming wxwidgets toolkit)
[Discover] Ultimate++ http://upp.sourceforge.net/
[Discover] Dr. Dobb's | Lock-Free Queues | July 1, 2008 http://www.ddj.com/hpc-high-performance-computing/208801974;jsessionid=RQ3BJIFQRKXUKQSNDLOSKH0CJUNN2 ... (multithreading)
[Discover] Extended STL (Part I) http://www.devsource.com/c/a/Languages/Extended-STL-Part-I/ (programming stl iterators)
[Discover] Pooled Allocators For The STL at fixored? http://www.sjbrown.co.uk/2004/05/01/pooled-allocators-for-the-stl/ (stl)
[Discover] OProfile http://oprofile.sourceforge.net/about/ (profiling)
[Discover] http://www.tntnet.org/ http://www.tntnet.org/
[Discover] YARP Home Page http://eris.liralab.it/yarp/ (software robotics)
[Discover] POCO C++ Libraries Community > Info > About http://pocoproject.org/poco/info/index.html (network library opensource programming)
[Discover] CodeSynthesis XSD - XML Data Binding for C++ http://www.codesynthesis.com/products/xsd/ (xml schema generator)
[Discover] Nemiver - A Debugger for GNOME http://home.gna.org/nemiver/ (gnome debug linux)
[Discover] thePeoplesToolbox - Programming Tools http://thepeoplestoolbox.com/programmers/ (programming reference directory toread)
[Discover] Abe Taha’s Blog » I am hiring C++ engineers for del.icio.us http://taha-family.com/blog/2007/04/25/i-am-hiring-c-engineers-for-delicious/ (abe delicious job programming)
[Discover] Managed C++ and Windows Forms - The Code Project - Managed C++ http://www.codeproject.com/managedcpp/mcppwinforms01.asp (managed read)
[Discover] memoize - A replacement for make http://www.cs.berkeley.edu/~billm/memoize.html (memoize scripting programming make)
[Discover] C++ Operator Precedence [C++ Reference] http://www.cppreference.com/wiki/operator_precedence
[Discover] more essentials for your programming toolbox | Spiteful.com http://www.spiteful.com/2008/02/25/5-more-essentials-for-your-programming-toolbox/ (algorithms programming toread code)
[Discover] Easier C++: An Introduction to Concepts http://www.devx.com/SpecialReports/Article/38864 (programming reference review concepts)
[Discover] Android - Invoke JNI based methods (Bridging C/C++ and Java) « Show me the code! http://davanum.wordpress.com/2007/12/09/android-invoke-jni-based-methods-bridging-cc-and-java/ (java android mobile jni)
[Discover] Programming Zone - C/C++ Programming Stuff @OneSmartClick.Com http://www.onesmartclick.com/programming/c-cplusplus.html (c programming reference)
[Discover] C++ Style Guide http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Inheritance#Inheritance
[Discover] gloox - A portable high-level Jabber/XMPP library for C++ http://camaya.net/gloox (xmpp library)
