Teach Yourself Visual C++ 6 in 21 days

This book is organized in weeks, with each set of seven days set off into a part unto itself. However, even though th book is organized in weeks, the topics are not necessarily organized that way.
While you are reading this book, you will probably notice a couple conventions that have booen used to make it easier for you to learn the topic being discussed.
All the source code in this book is provided in monospaced font, as shown in Listing 0.1. This includes all the source code from the applications that you will be building and illustrations of how functions can be used. Whenever you are adding new code or changing code in a function with other code already there, the line numbers of the code that you add or change will be pointed out in the text. download