During each day of January 2013, I am creating a new video showing you how to use the new C++Builder XE3 compilers for Win32, Win64 and OSX to create multi-platform, database, multi-tier, HD and 3D applications. In this twenty-first video you will learn how to use the Boost C++ Algorithm Library's C++11 algorithms using the new C++Builder 64-bit compiler for Windows. You'll learn how to use the Boost C++11 all-of, any-of, none-of, one_of, is_sorted, is_partitioned and partition_point algorithms...
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-bit Windows compiler supports the same C++11 language standard as the clang compiler (version 2.9, 3.0 and 3.1). The following is a list of C++11 language features that are supported in all three C++Builder XE3 compilers (command line and integrated compilers). ...
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 the serialization library in our C++Builder XE3 32-bit and 64-bit applications. I've tested the Boost serialization demo program on both 32-bit and 64-bit Windows target platforms.
I created a C++Builder console application (following the same steps...
The following are the CodeRage 7 C++ Conference session replay links for Wednesday, December 12, 2012. You can watch the session replays on the Embarcadero YouTube Channel and you can download the replays (MP4 format) from CodeCentral. Many thanks to all the great presenters who helped during the December 10-12 online conference. The third consecutive day of C++! On Wednesday we had several sessions with the Embarcadero C++ compiler R&D team who talked about the development of the new C+...
The following are the CodeRage 7 C++ Conference session replay links for Tuesday, December 11, 2012. You can watch the session replays on the Embarcadero YouTube Channel and you can download the replays (MP4 format) from CodeCentral. Many thanks to all the great presenters who helped during the December 10-12 online conference. After opening the conference with a big Monday, we continued with great C++ sesssions on Tuesday.
CodeRage 7 C++Conference, Tuesday, December 11, 2012
CodeRage ...
The following are the CodeRage 7 C++ Conference session replay links for Monday, December 10, 2012. You can watch the session replays on the Embarcadero YouTube Channel and you can download the replays (MP4 format) from CodeCentral. Many thanks to all the great presenters who helped during the December 10-12 online conference. Special thank you to Bjarne Stroustrup for taking part in the Conversation about C++ session on Monday morning December 10, 2012. On Monday we also released our first ...
As you have read on this blog, we are now shipping the C++Builder XE3 64-bit Windows compiler which includes support for the C++11 language, Dinkumware standard C and C++ libraries version 5.3 and Boost libraries version 1.50.0. All current RAD Studio XE3 and C++Builder XE3 customers can download the update install for the new 64-bit C++11 compiler and libraries. Non-customers can also try the new C++Builder XE3 C++11 compiler by downloading the C++Builder XE3 trial or RAD Studio XE3 trial. ...
On Wednesday morning, December 12, at the CodeRage 7 C++ Conference, Bruneau Babet (Embarcadero C++ R&D Engineer) presented a session showing developers how to migrate their C++Builder XE3 32-bit applications to 64-bit Windows. Bruneau's session covered some of the differences between the Embacadero Win32 and Win64 C++ compilers, comparing keywords, macros, extensions and standards conformance for both compilers. During the session, John Thomas, Embarcadero's Director of Product Management ...
On the first morning of the CodeRage 7 C++ conference, I had the great pleasure to spend an hour live, online with Bjarne Stroustrup, the designer and original implementer of C++. The session was titled, "A C++ Conversation with Bjarne Stroustrup". We recorded the session and I will complete the editing and rendering of the session as fast as possible (CodeRage 7 C++ is still on for two more days from 6am to 5pm each day). We will let everyone (who attended or couldn't make it) when the replay...
On Monday, December 10 (also the first day of CodeRage 7 C++ Conference), we announced that the C++Builder XE3 64-bit compiler for Windows was released. The C++Builder 64-bit press release heralded "Embarcadero Rolls Out New Multi-Device C++ Developer Platform".
Michael Swindell, Embarcadero Technologies Senior VP of Marketing and Product Management said: "The diversification of client devices in the last several years has been a seismic event with tremendous implications for software develo...