By Unknown Senin, 20 Juni 2011 __func__ C++ 2011 c99 GCC lambda functions C++ 2011 and __func__ So what happens to __func__ in different scopes? How about GCC's extension for pretty function names? #include <iostream> using n...
By Unknown Sabtu, 09 April 2011 bugs compatibility Google Mozilla Portability protocols pure failure secure signed The failure of fragmented security With recent attacks against SSL/TLS and certificates , everyone has been thinking a lot about security. What can we do to prevent security ...
By Unknown Kamis, 25 November 2010 C++-0x C++-201x compatibility GCC good code insane ideas language Library Portability protocols recursion variadic templates C++ Serialization Anyone? Today I had one of the most amazing programming experiences that I've ever had, from my entire exciting career. I'm still a bit stun...
By Unknown Sabtu, 30 Oktober 2010 compatibility competition crazy executives distribution Google HTTP KDE Mozilla open source Portability pure failure standards compliance Windows This just in, 20% of enterprises and most IT people are idiots So, who still runs Internet Explorer 6? I do, because sometimes, I'm a web developer. Along with IE 6, I also run later versions of IE, ...
By Unknown Minggu, 24 Oktober 2010 API binary BIOS closed source compatibility competition CPU Detection parameters protocols Programming manuals for those who "get it" Top secret official programming manuals for certain popular hand held devices have now been uploaded to the usual public document reposito...
By Unknown Minggu, 19 September 2010 bad code directory file descriptor fstatat good code Hashing language Library open source opendir Optimization readdir searching sorting torture Optimizing your file dialog Recently, someone asked me why is it that the custom file dialogs in some programs I wrote are able to load a file list so much faster than ...
By Unknown Sabtu, 24 Juli 2010 factory Function Pointers good code insane ideas Optimization parameters types Simplifying bootstrapping for virtual constructors Last week I demonstrated a solution to the virtual constructor problem. My solution avoids many issues with the factory function solution. ...