|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/introduction-to-the-cpp-programming-language/
课程评论:没有评论
课程名称:C++编程语言入门 课程概述:本课程是对C++编程语言及其标准库的入门介绍,由一位专业的C++培训师主讲。这门课紧密结合我们向各类汽车、电信和半导体公司提供的现场C++培训。课程不要求学员具备C++的先前经验。 在课程开始时,我们将学习C++的基本语言特性,如数据类型、声明和定义。接下来,我们将进入操作符、表达式和语句的学习。在语句部分,我们了解C++语言内置的语句。 随后,课程将介绍常量和字符串的使用。一旦掌握了这些基础知识,我们将学习C++中的函数,以及动态内存分配和枚举类型。 接着,我们将探讨如何将C++源代码组织成头文件和源文件,并学习如何将代码封装在命名空间中。课程之后将重点讲解C++中的类与对象,同时也会解释运行时多态性。 在掌握这些内容后,我们将介绍如何使用函数模板和类模板,最后,我们将学习C++标准库中的重要容器和算法。 此课程适合对C++感兴趣的初学者,适合各种背景的学员。
This course is an introduction to the C++ programming language and the C++ Standard Library. A professional C++ trainer leads the course.This course closely matches the live C++ training we provide to various automotive, telecommunications, and semiconductor companies.In this course, we learn about the language basics and the C++ Standard Library basics. No prior experience with C++ is required to attend this course.First, we learn about the basic language facilities such as types, declarations, and definitions. Then, we move on to operators, expressions, and statements. In the statements section, we learn about the built-in statements inside the C++ language.We then learn about constants and strings in C++. Once this is in place, we proceed to learn about functions in C++. Then, we learn about dynamic memory allocations and enumerators.After that, we learn how to organize our C++ source into header and source files. Here, we also learn how to wrap our code into namespaces.Then, we proceed to learn about classes and objects in C++. Here, we also explain the runtime polymorphism.After this is in place, we explain how to work with function templates and class templates in C++.Finally, we learn about the notable containers and algorithms inside the C++ Standard Library.