
programming
Get flash to fully experience Pearltrees
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
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.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
vx

