论坛


2012年12月24日 星期一

The 25 days of C++mas - December 23 - C++ stack, Lambda expression, Win64/Win32

David I| Sip from the Firehose |07:15:46

Two more days to go until the 25 days of C++mas are done. ?There are two more days until Christmas. ?It’s raining very hard here in Santa Cruz California (flash flood alerts keep interrupting the San Francisco 49ers vs Seattle Seahawks footb...

The 25 days of C++mas - December 22 - C++ standard support in C++Builder 32 and 64 bit compilers

David I| Sip from the Firehose |02:57:12

C++Builder XE3 includes 3 C++ compilers: ?bcc32.exe (32-bit Windows), bccosx.exe (32-bit Mac OS X) and bcc64.exe (64-bit Windows). ?BCC32’s?C++0x language enhancements were first added in C++Builder 2009. ?C++Builder XE3’s new C++11 64...

Reverse Engineering (Decompiling) Delphi Applications

About.com| About.com Delphi Programming |02:00:33

in Advanced Delphi::Simply speaking, decompilation is the inverse of compilation: translating an executable file into a higher level language. Suppose you lose your Delphi project's source and ...Read Full Post

The 25 days of C++mas - December 21 - Boost C++ serialization library

David I| Sip from the Firehose |01:21:29

One of the cool libraries that are included with the Boost C++ libraries is the serialization library. ?The Boost serialization library is designed to allow you to use standard C++ to save and restore C++ classes and data structures. ?You can use ...