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

Using the DebugView application


In order to display the output from the kernel driver, you'll need to install the DebugView application. Perform the following operations:

  1. Open your web browser and navigate to http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx. Download the DebugView ZIP file and extract it to a folder. Run the DebugView application and, from the menu, select Capture. Add a tick to Capture Kernel or press Ctrl + K.

  2. Now, if you run your KernelDriver project, you will see the output from the driver, using DebugView.