|
C++ Zone
Not only does C++98 have four different syntactic forms for initializing class objects, aggregates, char arrays and scalar types, it doesn't let you initialize member arrays and dynamically allocated arrays at all. Learn how C++0x fixes these flaws with a uniform and intuitive initialization syntax.
|
(10/09/08)
Conversion functions are inherently unsafe as they might surprise you with implicit conversions over which you have no control. This is why such functions have been avoided for years. Learn how the new C++0x explicit conversion functions put an end to years of conversion functions blues.
(09/11/08)
C++0x now offers a safer and extremely versatile smart pointer class called std::unique_ptr. Learn how to implement strict ownership semantics with unique_ptr and benefit from its diverse servicescustomized deleters, safe usage with containers and algorithms, and array handling.
(09/08/08)
From its nascent pre-processor in 1979 to today's incredibly sophisticated language features and libraries, we've documented each step along the way.
(08/15/08)
C++ founding father assesses the language on the eve of its new standard.
It's been 10 years since the first ISO C++ standard, and 2009 will bring us the second. In this special report, DevX delves into the new features being discussed by the standards team. Learn how these new features will revolutionize the way you code.
|
(08/18/08)
The new standard will support multithreading, with a new thread library. Find out how this will improve porting code, and reduce the number of APIs and syntaxes you use.
(08/18/08)
C++0x concepts bring the full power of the Generic Programming paradigm to C++, making templates more expressive, easier to write, and easier to use. Spectacularly poor template error messages are a thing of the past!
(08/18/08)
In this overview of the changes proposed for the new standard, you'll get an idea of the kinds of improvements you can expect this time around.
(08/18/08)
It's been 10 years since the first ISO C++ standard, and 2009 will bring us the second. In this special report, DevX delves into the new features being discussed by the standards team. Learn how these new features will revolutionize the way you code.
|
 |
Social networking is about to take a new turn in the coming months. Yahoo! is in the process of releasing its Open Strategy with the goal of connecting more people in more ways than ever before.
More...
|
Past Blog Posts:
Hold on Web 3.0, Yahoo! to Launch Web 2.5
Social networking is about to take a new turn in the coming months. Yahoo! is in the process of releasing it’s Open Strategy with the goal of connecting more people in more ways than ever before.
|
|
|