视觉编程 [英] visual programing

查看:418
本文介绍了视觉编程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

c ++ vc ++

what is difference between c++ vc++

推荐答案

有什么区别:
C ++是一种计算机语言.
VC ++是我的Microsoft出售的IDE,它随Windows平台一起提供,附带MS的C ++编译器.

从广义上讲:
MS提供了许多API,库和类(使用C和C ++)(MFC,Windows API),它们为GUI提供代码,并在为Windows平台编程时大大加快了常见任务的速度.这些库/类/编码样式通常与Visual Studio IDE相关联(因为大多数Windows程序员似乎更喜欢VS).
Very briefly:
C++ is a computer language.
VC++ is an IDE sold my Microsoft, which ships with MS''s C++ compiler, for the Windows platform.

In a broader sense:
MS ships many APIs, libraries and classes (in C and C++) (MFC, the Windows API) which provide code for GUI and greatly speed up common tasks while programming for the windows platform. These libraries / classes / style of coding is generally associated with the Visual Studio IDE (since most windows programers seem to prefer VS).


没有区别,或者说没有区别VC ++之类的东西. Microsoft Visual Studio或Visual C ++ Express经常被误命名为VC ++.但是,它们只是IDE(集成开发环境),使您可以编辑和开发用C ++编写的程序.在此处查看一下 [
There is no difference, or rather, there is no such thing as VC++. Microsoft Visual Studio or Visual C++ Express are often misnamed as VC++. However, they are just IDEs (Integrate Development Environments) which allow you to edit and develop programs written in C++. Take a look here[^] for more information.


C ++是一种编程语言,VC ++是Microsoft对该编程语言的实现.因此,理想情况下,VC ++将实现C ++标准的超集并提供关闭所有非标准位的方法.公平地说,自2003年以来,在实现这一最后目标方面一直做得还不错.

干杯,

C++ is a programming language, VC++ is Microsoft''s implementation of that programming language. So ideally VC++ would implement a superset of the C++ standard and provide ways of turning all the non-standard bits off. To be fair it hasn''t been doing too badly since 2003 at that last goal.

Cheers,

Ash


这篇关于视觉编程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆