programming

TwitterFacebook
Get flash to fully experience Pearltrees
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Inheritance

Google C++ Style Guide

Definition: Streams are a replacement for printf() and scanf() . Pros: With streams, you do not need to know the type of the object you are printing. You do not have problems with format strings not matching the argument list. (Though with gcc, you do not have that problem with printf either.)
rce

Coding Horror

http://www.codinghorror.com/blog/ March 23, 2012 I suppose What You See Is What You Get has its place, but as an OCD addled programmer, I have a problem with WYSIWYG as a one size fits all solution. Whether it's invisible white space , or invisible formatting tags , it's been my experience that forcing people to work with invisible things they cannot directly control … inevitably backfires .

The Daily WTF: Curious Perversions in Information Technology

As those of you who run a blog — or really, any website with any form on it anywhere — know, spammers are unavoidable. Add a CAPTCHA and they’ll crack it. Add a really difficult CAPTCHA and they’ll just outsource it to CAPTCHA-solving sweatshops in Kerbleckistan. Add a spam filtering comment service and they’ll just figure out a way around it. http://thedailywtf.com/Default.aspx
langs

tools

Many Windows C++ programmers get confused over what bizarre data type identifiers like TCHAR and LPCTSTR are. Here, in brief, I will try to clear... QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection) The course is devoted to creation of 64-bit applications in C/C++ language and is intended for the Windows developers who use Visual Studio... As a programmer, I can honestly say that I am lazy.

CodeProject - Your Development Resource

http://www.codeproject.com/
vx

Google Code

We're building a new Google Developers site over at developers.google.com to unite all our developer resources, programs, events, groups, tools, and products. We're working hard to make this happen. Soon, all our developer information will live on that site, and the site you're on now, code.google.com will return to its roots as an open source project hosting service. http://code.google.com/