Download WordPress Themes, Happy Birthday Wishes
Home » Tag Archives: C++ (page 6)

Tag Archives: C++

More C++ Idioms

Stroustrup's saying is true because experts are intimately familiar with the idioms in the language. With the increase in the idioms a programmer understands, the language becomes friendlier to him or her.The objective of this open content book is to

Read More »

O’Reilly Practical C++ Metaprogramming

To say that C++ programmers embrace metaprogramming is a real stretch. Outright rejection is probably more accurate. And yet, C++ template metaprogramming is ideal for performing automatic compile-time optimization. With this example-driven ebook, yo

Read More »

C++ Core Guidelines

The aim of the guidelines is to help people to use modern C++ effectively. By "modern C++" we mean C++11, C++14, and C++17. In other words, what would you like your code to look like in 5 years' time, given that you can start now? In 10 years' time?T

Read More »

The Rook’s Guide to C++

This Creative Commons-licensed textbook written by Norwich University students and faculty aims to provide an introduction to the C++ programming language. The PDF and original typesetting materials are available if you are interested in having a fre

Read More »

The Boost C++ Libraries

This book is an introduction to the Boost C++ Libraries. The Boost C++ Libraries complement the C++ standard and add many practical tools that can be of use to any C++ developer and in any C++ project. Because the Boost C++ Libraries are based on the

Read More »

Essential C++

This book written to provide clear and concise explanation of topics for programmers both starting to learn the C++ programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to

Read More »

C++ Essentials

This book introduces C++ as an object-oriented programming language. No previous knowledge of C or any other programming language is assumed.It presents the basics of C++ in the context of procedural, generic, object-based, and object-oriented progra

Read More »

Pro TBB: C++ Parallel Programming with Threading Building Blocks

This book is a modern guide for all C++ programmers to learn Threading Building Blocks (TBB). Written by TBB and parallel programming experts, this book reflects their collective decades of experience in developing and teaching parallel programming w

Read More »

Fundamentals of Programming C++

This book teaches the basics of C++ programming in an easy-to-follow style, without assuming previous experience in any other language. A variety of examples such as game programming, club membership organization, grade tracking and grade point avera

Read More »

Programming Embedded Systems in C and C++

Embedded software is in almost every electronic device designed today. Yet because each embedded system is unique and highly customized to its application, it can be a difficult field to master. However, if you have some programming experience and ar

Read More »