Visual C++ 6 Unleashed

Visual C++ 6 Unleashed

By MICKEY WILLIAMS and David Bennett

Summary

As you have seen, the development environment provided for Visual C++ has come a long way from DOS DEBUG. Everything you need to do to develop applications (in most cases, anyway) can be done from within Developer Studio.

In this chapter, you have seen how to use the Developer Studio environment, including the toolbars and dockable view windows and particularly the project workspace window, which allows you to manage the classes, files, and resources in your application, as well as providing quick access to the online documentation.

You have seen how to create new projects for Visual C++ and the variety of project types and application wizards that are available, as well as how to work with the project settings that build of your application. You have also seen how to create multiple projects into your workspace, including managing dependencies.

In addition, you have seen how Developer Studio provides resource editors for the various Windows resources our projects will use, including dialog boxes, menus, and other resources.

You have also seen a preview of AppWizard and ClassWizard, which are used throughout this book, as well as some of the other tools included with Visual C++.

This chapter has shown you how to get started using the Visual C++ environment, but I obviously haven't shown you everything. I just don't have the time or space. However, with the things I have covered here, you should be able to work with applications. If you're curious about what something does, try it! Play around with a few simple projects and get a feel for the environment. When you're done playing, move on to what goes into your applications.

Share ThisShare This

Informit Network