Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any good book for Boost library C++ and for Object Oriented Design in C++? [closed]

Tags:

c++

boost

This post is about 2 questions in one:

  1. Good books for Boost C++ library
  2. OO Design in C++. I come from Java background and tend to think in terms of Interfaces, Singletons etc. How do I translate it to C++ or how to start thinking differently for C++

-Ajay

like image 807
user855 Avatar asked Apr 19 '10 06:04

user855


People also ask

Is boost a good C++ library?

Boost Libraries are intended to be widely useful, and usable across a broad spectrum of applications. For example, they are helpful for handling large numbers having a range beyond the long long, long double data type (264) in C++.

What is Boost C++ library used for?

Boost is a set of libraries for the C++ programming language that provides support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing.

Is Boost C++ library free?

Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications.


1 Answers

For #1, "Beyond the C++ Standard Library: An Introduction to Boost" and "C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond".

like image 188
R Samuel Klatchko Avatar answered Sep 29 '22 06:09

R Samuel Klatchko