|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/basics-of-programming-with-cc/
课程评论:没有评论
课程名称:C/C++编程基础理解 课程概述:大多数底层软件都是用C/C++编写的。许多汽车、物联网设备或嵌入式设备的的软件都是基于这种开发语言。对于刚开始学习的开发者来说,这门课程可以作为启动您职业生涯的基础课程。C++是一种通用的面向对象编程(OOP)语言,由Bjarne Stroustrup开发,是C语言的扩展。因此可以用“C风格”或“面向对象风格”编写C++代码。在某些情况下,它可以以任一种方式编写,因此被视为一种混合语言。C++被认为是一种中间级语言,因为它结合了高层和低层语言的特性。最初,该语言被称为“带类的C”,因为它具备C语言的所有特性,并引入了“类”的概念。然而,它在1983年被更名为C++。
Most low-level software are written in C/C++. Most cars, IoT devices or embedded devices have their software written in this kind of developing language. For developers just getting started, think of this as the primer to help kickstart your career.C++ is a general-purpose object-oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of the C language. It is therefore possible to code C++ in a "C style" or "object-oriented style." In certain scenarios, it can be coded in either way and is thus an effective example of a hybrid language. C++ is considered to be an intermediate-level language, as it encapsulates both high- and low-level language features. Initially, the language was called "C with classes" as it had all the properties of the C language with an additional concept of "classes." However, it was renamed C++ in 1983.