Practical Visual C++ 6

Practical Visual C++ 6

Author: Jonathan Bates

Publisher: Pearson Education

Published: 1999-08-19

Total Pages: 1234

ISBN-13: 0132714329

DOWNLOAD EBOOK

Practical Visual C++ takes a straight forward, no-nonsense approach to teaching C++. You start by learning the basics of Developer Studio with the use of the Wizards, editors, and debuggers. Then move on to the core language, including program flow, data types, functions, classes, object-oriented programming, and more. You then progress into the Microsoft Foundation Classes (MFC), the libraries of pre-build classes that Microsoft provides to make Visual C++ programming much easier. By understanding how to use the classes within MFC, you will be able to create nearly any type of program. Specific coverage includes working with dialogs, objects, controls, document-views, file manipulation, and printing.


Mastering Visual C++ 6

Mastering Visual C++ 6

Author: Michael J. Young

Publisher:

Published: 1998

Total Pages: 0

ISBN-13: 9780782122732

DOWNLOAD EBOOK

A one-stop reference for C++ programmers (beginners through experts) who want to learn Microsoft's powerful 32-bit Visual C++ X development environment. The book's tutorial "framework" provides a complete introduction to Win32 programming architecture (MFC, COM, etc.).


Fast Track Visual C++6.0 Programming

Fast Track Visual C++6.0 Programming

Author: Steve Holzner

Publisher:

Published: 1998-09-25

Total Pages: 628

ISBN-13:

DOWNLOAD EBOOK

An established C++ expert uses real-world examples to bring intermediate-level programmers and developers up to speed with the latest version of C++. Holzner explores advanced graphics, creating and synchronizing multithreaded programs, and using Windows hooks to capture keystrokes.


Core Visual C++ 6

Core Visual C++ 6

Author: Lars Klander

Publisher:

Published: 2000

Total Pages: 676

ISBN-13:

DOWNLOAD EBOOK

For serious developers who want to learn C++, Core Visual C++ 6.0 covers all the professional tools and techniques needed to build industrial-strength applications. Get up-and-running with Visual C++ quickly: then master the key Visual C++ techniques and features most important for serious Windows development. Learn how to build sophisticated user interfaces using the Document/View Architecture; master multithreading and the constructs needed to implement it. Understand the Windows file system, and master the classes and methods available for file manipulation. Incorporate printing in your application; learn how to use the Visual C++ debugger and profiler; and more. Like all Core books, Core Visual C++ 6 offers real-world explanations targeted at experienced developers -- and real, non-trivial code. For experienced programmers who want to learn Visual C++.


Distributed Applications with Microsoft Visual C++ 6.0 MCSD

Distributed Applications with Microsoft Visual C++ 6.0 MCSD

Author: Microsoft Corporation

Publisher:

Published: 1999-10

Total Pages: 858

ISBN-13: 9780735609266

DOWNLOAD EBOOK

Through self-paced lessons and hands-on labs, readers learn how to design and implement distributed client/server solutions using Microsoft Visual C++ version 6.0. Training helps build skills in 9 critical areas, including: creating user interface, building and managing COM components, and more. CD contains lab exercises, demos and model application.


Visual C++ for Visual Basic Developers

Visual C++ for Visual Basic Developers

Author: Bill Locke

Publisher: Addison-Wesley Professional

Published: 2002

Total Pages: 436

ISBN-13:

DOWNLOAD EBOOK

This book will concentrate on C++ and some C# techniques that will benefit Visual Basic programmers. The author's approach is to cover things that "feel good" in each language and where the languages can enhance each other, then the basics of C++, from a VB programmer's perspective, and finally COM and ActiveX programming in depth. This book should be more practical than most; much of the code shown will be shipping commercially and have a demonstrated application. There will be a great deal of source code, and will include controls and COM objects that can be directly adopted by the reader.


Practical Microsoft Visual Studio 2015

Practical Microsoft Visual Studio 2015

Author: Peter Ritchie

Publisher: Apress

Published: 2016-11-21

Total Pages: 209

ISBN-13: 1484223136

DOWNLOAD EBOOK

Learn the details of the most highly recommended practices of software development using the latest version of Visual Studio 2015. Recommended practices are grouped by development phase and explained in far more detail than the typical tips and tricks compilations. This book also contains detailed coverage of recognized patterns and practices used to create software in a timely manner with expected quality in the context of using specific Visual Studio 2015 features. Creating software is part defined process and part empirical process. While there is no single “best” process to employ in all development scenarios, MVP author Peter Ritchie helps readers navigate the complexity of development options and decide which techniques and Visual Studio 2015 features to use based on the needs of their particular project. Readers will learn practices such as those related to working in teams, design and architecture, refactoring, source code control workflows, unit testing, performance testing, coding practices, use of common patterns, code analysis, IDE extensions, and more. What You Will Learn Use patterns and practices within Visual Studio Implement practices of software creation Work in teams Develop workflows for software projects Who This Book Is For Beginning and intermediate software developers and architects