Results > Posts Filed Under > C++

Jan 3
Post Image Posted by Coder.

Bjarne on C++0x

0

Bjarne Stroustrup offers a sneak peek at the next version of standard C++ (”C++0x”) which should be complete by 2009.
A Brief Look at C++0x
The C++0x improvements should be done in such a way that the resulting language is
easier to learn and use. Among the rules of thumb for the committee are:

Provide stability and compatibility (with C++98, and, if possible, with C)
Prefer standard library facilities to language extensions
Make only changes that change the way people think
Prefer generality to specialization
Support both experts …

Read on »

Dec 29
Post Image Posted by Coder.

Notable articles on DDJ in 2005

0

Micro Benchmarking C++, C#, and Java , Elementary tests for comparing languages, by Thomas Bruckschlegel, ToMMTi-Systems
High-Performance I/O With Java NIO, How Orbitz.com improved throughput and performance using NIO, by Brian Pontarelli, Orbitz.com
High-Performance Data Management in Java, On-disk persistent storage, in-memory data storage, & cache management, by Charles Lamb

Read on »