Types
primitive types including bool, int8_t, int16_t, int32_t,
int64_t, uint8_t, uint16_t, uint32_t, uint64_t, float, double
Standard library containers: deque, list, vector, (multi)map, (multi)set,
unordered_(multi)map, unordered_(multi)set
user defined types -- we don't support nested classes
std::array
std::complex
hash_(multi)map, hash_(multi)set
ilist -- our name for boost::intrusive::list
multi_index_container
Range -- iterator_range -- sub_range
rbtree
scoped_ptr
segmented_array
slist
stable_vector
std::string
std::unique_ptr
std::valarrary
We will consider supporting additional types if something
you need isn't listed here.
Platforms
The software has been used on big and little-endian machines and on
Linux, Windows and Mac OS X operating systems.
| C++ Concurrency in Action
By Anthony Williams
Pages: 325 Price: $49.99 USD
|
C++ Concurrency in Action is the first book to show you how to take
advantage of the new C++ Standard and TR2 to write robust multi-threaded
applications in C++. As a guide and reference to the new concurrency
features in the upcoming C++ Standard and TR, this book is invaluable
for existing programmers familiar with writing multi-threaded code in
C++ using platform-specific APIs, or in other languages, as well as C++
programmers who have never written multi-threaded code.
Read
more
|
| C++ Cookbook
By Ryan Stephens, Christopher Diggins, Jonathan Turkanis, Jeff Cogswell.
First Edition November 2005
Pages: 592 Price: $44.95 USD
|
Less a tutorial than a problem-solver, this practical guide shows you
how to solve many of the real-world problems that C++ developers
encounter, including how to parse a date and time string and how to
create a singleton class. It's a trusted source of information for
engineers, programmers, and researchers alike. Presented in O'Reilly's
classic question-solution-discussion format.
read
more
|
| C++ in a Nutshell
By Ray Lischner.
First Edition May 2003
Pages: 808 Price: $39.95 USD
|
C++ in a Nutshell packs an enormous amount of information on C++ (and
the many libraries used with it) in an indispensable quick reference
for those who live in a deadline-driven world and need the facts but
not the frills. Cross-references link related methods, classes, and
other key features. This is an ideal resource for students as well as
professional programmers.
read
more
|
| C++ Coding
Standards: 101 Rules, Guidelines, and Best Practices
By Herb Sutter, Andrei
Alexandrescu.
Published Oct 25, 2004 by Addison Wesley Professional.
|
Consistent, high-quality coding standards improve software quality, reduce
time-to-market, promote teamwork, eliminate time wasted on inconsequential
matters, and simplify maintenance. Now, two of the world's most respected
C++ experts distill the rich collective experience of the global C++ community
into a set of coding standards that every developer and development team
can understand and use as a basis for their own coding standards.
read
more
|
| Nokia Smartphone Hacks
By
Michael Yuan.
Published July 2005, by O'Reilly and Associates.
|
Learn how to take full advantage of your mobile phones to
browse the Internet, access email and messaging, read and write
blogs, remote control your PC, capture and watch movie clips,
exchange files with computers, run your own business applications,
and much more. It's the only guide available today that lets you
unlock all of smartphone's time-saving secrets. While the book
focuses on Nokia devices, its tips and tricks apply to just about any
mobile phone you might own.
read
more
|
Home