第1章 Visual C++(www.cppentry.com) 6.0集成开发环境
视频讲解:27分钟
Visual C++(www.cppentry.com) 6.0是由Microsoft公司推出的可视化的开发环境,是Windows下最优秀的程序开发工具之一。利用Visual C++(www.cppentry.com) 6.0,可以开发出具有良好的交互功能、兼容性和扩展性的应用程序。
本章致力于使读者了解Visual C++(www.cppentry.com) 6.0的开发环境,掌握Visual C++(www.cppentry.com) 6.0集成开发环境中各个部分的使用,知道如何设置自己需要的开发环境,并能编写一个简单的应用程序。
通过阅读本章,您可以:
了解Visual C++(www.cppentry.com) 6.0的特点
掌握Visual C++(www.cppentry.com) 6.0开发环境中各个部分的使用
掌握定制Visual C++(www.cppentry.com) 6.0开发环境的方法
掌握应用程序的创建流程
1.1 Visual C++(www.cppentry.com) 6.0概述
视频讲解光盘\TM\lx\1\Visual C++(www.cppentry.com) 6.0概述.exe
Visual C++(www.cppentry.com) 6.0是由Microsoft公司推出的基于Windows系统的可视化集成开发环境。同其他可视化集成开发环境一样,Visual C++(www.cppentry.com) 6.0集程序的代码编辑、编译、连接和调试等功能于一体,再加上Microsoft公司为Visual C++(www.cppentry.com) 6.0开发的功能强大的MFC(Microsoft Foundation Class,微软基础类库),使Visual C++(www.cppentry.com) 6.0成为开发Windows应用程序的最佳选择。
Visual C++(www.cppentry.com) 6.0提供了对面向对象技术的支持,利用类将与用户界面设计有关的Windows API函数封装起来,通过MFC类库的方式提供给开发人员,大大提高了程序代码的可重用性;Visual C++(www.cppentry.com) 6.0还提供了功能强大的应用程序生成向导(AppWizard),能够帮助用户自动生成一个应用程序框架,用户只要在该框架的适当位置添加代码就可以得到一个满意的应用程序。