Download WordPress Themes, Happy Birthday Wishes
Home » Computer » C++ » Optimizing C++: A Book about Improving Program Performance

Optimizing C++: A Book about Improving Program Performance

  • Category: C++ Programming
  • Author: Wikibooks Contributors
  • File type: HTML and PDF

Read and download free eBook intituled Optimizing C++: A Book about Improving Program Performance in format HTML and PDF created by Wikibooks Contributors.

This book is for intermediate C++ programmers (i.e. studying C++ for at least one year) who want to improve the performance of the software they develop.

This book contains guidelines and advices on how to write efficient software using the C++ language. Software correctness and maintainability are taken into account, but are not the primary concerns of the guidelines.

Most of the guidelines presented are not platform specific, and so are applicable to every processor, to every compiler, and to every operating system; the few platform specific advices try to cover most platforms.

Read and Download Links:

Optimizing C++: A Book about Improving Program Performance

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

Leave a Reply

Your email address will not be published. Required fields are marked *

*

x

Check Also

C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks

Do you need to develop flexible software that can be customized quickly? Do you need to add the power and efficiency of frameworks to your software? The ADAPTIVE Communication Environment (ACE) is an open-source toolkit for building high-performance