What is the difference between vc++ and c++?

青灯夜游
Release: 2020-11-18 16:42:27
Original
19133 people have browsed it

Difference: C is a programming language and a syntax standard used globally; VC is Microsoft's free C development tool with an integrated development environment. Programmers can write source code text in VC. Compile and package it into a CPU-executable machine program.

What is the difference between vc++ and c++?

vc Generally refers to Microsoft Visual C, which is Microsoft’s free C development tool. It has an integrated development environment and can provide editing C language , C and C/CLI and other programming languages. VC integrates convenient debugging tools, especially the Microsoft Windows operating system application programming interface (Windows API), 3D animation DirectX API, and Microsoft .NET framework.

C is the inheritance of C language. It can not only perform procedural programming of C language, but also perform object-based programming characterized by abstract data types. It can also perform Object-oriented programming characterized by inheritance and polymorphism. While C is good at object-oriented programming, it can also perform process-based programming. Therefore, C is big or small in terms of the size of the problem it can adapt to.

The difference between vc and c:

C is a programming language and a syntax standard used globally

VC is an integration Development environment, programmers can write source code text in the integrated development environment, compile and package it into a CPU-executable machine program, and Microsoft adds some functions expanded by its own company based on the C language. VC can be simply regarded as a mixture of C, syntax functions developed by Microsoft, compiler developed by Microsoft, and window operating system.

For more programming-related knowledge, please visit: Introduction to Programming! !

The above is the detailed content of What is the difference between vc++ and c++?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
c++
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template