Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

C++ Multithreading Cookbook

Posted By: insetes
C++ Multithreading Cookbook

C++ Multithreading Cookbook By Milos Ljumovic
2014 | 422 Pages | ISBN: 1502957256 | PDF | 3 MB


Over 60 recipes to help you create ultra-fast multithreaded applications using C++ with rules, guidelines, and best practices Overview Create multithreaded applications using the power of C++ Upgrade your applications with parallel execution in easy-to-understand steps Stay up to date with new Windows 8 concurrent tasks Avoid classical synchronization problems Understand Windows API and concurrent execution What you will learn from this book Use an object-oriented programming model with inheritance, overloading, and polymorphism Solve common Interprocess Communication problems and avoid deadlocks or starvation problems in your application development Manage threads efficiently using the CThread class Explore .NET CLI/C++ features as well as synchronization objects and techniques Make use of parallel techniques in code design Use machine resources in concurrent execution Enable programs to work with each other using Message Passing Avoid classic synchronization problems In Detail Creating multithreaded applications is a present-day approach towards programming. With the power of C++, you can easily create various types of applications and perform parallelism and optimizations in your existing work. This book is a practical, powerful, and easy-to-understand guide to C++ multithreading. You will learn how to benefit from the multithreaded approach and enhance your development skills to build better applications. This book will not only help you avoid problems when creating parallel code, but also help you to understand synchronization techniques. The end goal of the book will be to impart various multithreading concepts that will enable you to do parallel computing and concurrent programming quickly and efficiently. Approach The book is an easy-to-follow guide for creating multi-threaded applications using C++. Each topic is thoroughly explained with multiple illustrations. Many algorithms, such as Dinning Philosophers Problem give you thorough explanations that will help you to understand and solve concurrent tasks. Who this book is for The book is intended for enterprise developers and programmers who wish to make use of C++ capabilities to learn the multithreaded approach. Knowledge of multithreading along with experience in C++ is an added advantage. However it is not a prerequisite.