Book Image

C++ Multithreading Cookbook

By : Miloš Ljumović
Book Image

C++ Multithreading Cookbook

By: Miloš Ljumović

Overview of this book

<p>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.</p>
Table of Contents (17 chapters)
C++ Multithreading Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Installing WinDDK – Driver Development Kit


In order to use Windows Driver Kit, you need to perform the following operations:

  1. Open your web browser and navigate to http://msdn.microsoft.com/en-us/library/windows/hardware/hh852365.aspx. Since we are using Visual Studio 2013, you'll need to download WDK 8.1 or use the following address: http://go.microsoft.com/fwlink/p/?LinkId=393659. The following is a screenshot of the WDK download page:

  2. Select Next and choose whether you want to participate in Customer Experience Improvement Program, and then accept License Agreement to start the installation. You'll see a window as shown in the following screenshot:

  3. Wait for the installation to complete and close the wizard.

Now, Windows Driver Kit is successfully installed.