请指点:1.c++/vc的区别?2.我有一点c的基础,现在想学vc,请问c++应学到什么程度?

lhb7788 2000-09-11 02:25:00
...全文
153 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
hadrons 2000-09-19
  • 打赏
  • 举报
回复
俺不同意zwgxq的观点。
学好api对于windows下的编程很有用,但对于个人编程水平发展可不利啊。。
hoyle 2000-09-12
  • 打赏
  • 举报
回复
C++是一种计算机语言,是C语言的超集,C++常见的编译器或集成开发环境(IDE)有Windows下的VC++, C++Builder,Linux/Unix下的gcc(g++),跨平台的watcom c等等。

VC++是微软公司出品的一个主要针对Windows的集成开发环境,包括人机界面友好的源代码编辑器、功能强大的调试器,以及大量Windows下的实用工具。VC++支持标准的C/C++,并有相当的扩展。VC++编译器提供了针对Windows的MFC库(微软基本类库),主要是将Windows API分类封装,主要架构为Doc/View(文档/视)。

在Windows下学习C/C++,首先得选择一个好的集成开发环境,VC++自然是首选。
zwgxq 2000-09-11
  • 打赏
  • 举报
回复
还是多学学API。只要c比较熟,再学点封装、继承、多态等面向对象的概念就行了。vc主要是
封装了API。
U皮特U 2000-09-11
  • 打赏
  • 举报
回复
相对而言,C++是一个统称,而VC是具体的实现,带了大量的实用扩展以及开发平台。
没有必要先去学什么C++,在用VC开发的过程中逐步理解面向对象的编程。
英文名《Ivor Horton's Beginning Visual C++ 2010》,作者:【美】Ivor Horton,本书是为英文版,PDF 格式,大小 47Mb。本资源 pdf 带有书签,方便读者阅读。 Ivor Horton 写的 《Visual C++ 2008入门经典》.pdf 中文版下载地址:http://download.csdn.net/source/3378503。 内容简介: The leading author of programming tutorials for beginners introduces you to Visual C++ 2010 Ivor Horton is the preeminent author of introductory programming language tutorials; previous editions of his Beginning Visual C++ have sold nearly 100,000 copies. This book is a comprehensive introduction to both the Standard C++ language and to Visual C++ 2010; no previous programming experience is required. All aspects of the 2010 release are covered, including changes to the language and the C++ standard.. Microsoft Visual C++ is one of the most popular C++ development environments and compilers, used by hundreds of thousands of developers Ivor Horton's approach to programming tutorials has achieved a huge following; this book gives beginning programmers a comprehensive introduction to both Standard C++ and Visual C++ 2010 Covers all the language changes in Visual C++ 2010, library additions, new MFC features, changes in the Visual Studio development environment, and more Also includes a brief introduction to programming for multicore processors in native C++ and C++/CLR processors Nearly 100,000 copies of this book have been sold in previous editions Beginners seeking a complete education in Visual C++ will find everything they need in Ivor Horton's Beginning Visual C++ 2010.
VC6下安装与配置 Wikipedia,自由的百科全书 本手册适 OpenCV 1.0 安装。 目录 [隐藏] 1 安装Visual C++ 6.0 2 安装OpenCV 3 配置Windows环境变量 4 配置Visual C++ 6.0 4.1 全局设置 4.2 项目设置 [编辑]安装Visual C++ 6.0 略。 [编辑]安装OpenCV 从http://www.opencv.org.cn/ 下载OpenCV安装程序。假如要将OpenCV安装到C:\\Program Files\\OpenCV。(下面附图为OpenCV 1.0rc1的安装界面,OpenCV 1.0安装界面与此基本一致。)在安装时选择\"将\\OpenCV\\bin加入系统变量\"(Add\\OpenCV\\bin to the systerm PATH)。 [编辑]配置Windows环境变量 检查C:\\Program Files\\OpenCV\\bin是否已经被加入到环境变量PATH,如果没有,加入。 [编辑]配置Visual C++ 6.0 [编辑]全局设置 菜单Tools->Options->Directories:先设置lib路径,选择Library files,在下方填入路径: C:\\Program Files\\OpenCV\\lib 然后选择include files,在下方填入路径: C:\\Program Files\\OpenCV\\cxcore\\include C:\\Program Files\\OpenCV\\cv\\include C:\\Program Files\\OpenCV\\cvaux\\include C:\\Program Files\\OpenCV\\ml\\include C:\\Program Files\\OpenCV\\otherlibs\\highgui C:\\Program Files\\OpenCV\\otherlibs\\cvcam\\include [编辑]项目设置 每创建一个将要使用OpenCV的VC Project,都需要给它指定需要的lib。菜单:Project->Settings,然后将Setting for选为All Configurations,然后选择右边的link标签,在Object/library modules附加上 cxcore.lib cv.lib ml.lib cvaux.lib highgui.lib cvcam.lib 如果你不需要这么多lib,你可以只添加你需要的lib。

69,369

社区成员

发帖
与我相关
我的任务
社区描述
C语言相关问题讨论
社区管理员
  • C语言
  • 花神庙码农
  • 架构师李肯
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧