|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-c-from-scratch-p/
课程评论:没有评论
课程名称:从零开始学习C++ 概述:C++是一种现代的编译型面向对象编程语言。您编写的C++代码需要通过一种特殊程序——编译器转换成机器代码。C++广泛应用于系统和应用程序开发,几乎可以在所有操作系统上运行,并对许多衍生语言(包括C#和Java)产生了深远的影响。在本课程中,我将带领您深入了解这门重要语言的基础知识。我们将设置编码环境,分析基本C++程序的结构。课程将涵盖基础知识,包括语句和表达式、变量、数组、条件语句、开关语句、运算符、循环和函数,以及数据结构、类和对象。此外,我们还将学习数据类型转换。 课程主题包括: - 使用Code::Blocks设置C++开发环境 - 显示输出 - 接受用户输入 - 使用代码注释 - 使用转义序列 - 创建变量 - 指针和引用 - 常量 - 局部变量和全局变量 - 字符串函数 - 数组和二维数组 - 条件语句(if、else、else if、switch) - 循环(while、do-while、for) - 遍历数组 - 嵌套循环 - 数据类型 - 运算符 - 函数 - 类和对象 - 类方法 - 类成员 - 访问类属性和方法 - 覆盖类方法 - 继承 - 创建数学应用程序 通过本课程,您将能够掌握C++的基本概念和技巧,为今后的编程学习打下坚实的基础。
C++ is a compiled modern object -oriented programming language.The code you write in C++ has to be translated by a special program called a compiler into machine code.C++ is widely used for both systems and applications development, and is available for virtually every operating system and has influenced and informed many derivative languages, including C# and Java. In this course,i will guide you through the nuts and bolts of this essential language. We will set up your environment for coding and dissects the anatomy of a basic C++ program. We will learn the essentials-statements and expressions, variables, arrays, conditionals, switch, operators, loops, and functions-and data structures, classes and objects. We will also learn data casting.Topics include:Setting up C++ development environment using code blocksDisplaying outputAccepting user inputsUsing code commentsUsing Escape sequenceStatements and expressionsCreating VariablesPointers and ReferenceConstantsLocal and global variablesString functionsArrays2D ArraysConditionals ( if , else , else if , switch)Loops ( while, do-while, for)Looping through arraysNested l for oopsData typesOperatorsFunctionsClasses and objectsClass methodsClass membersAccessing class attributes and methodsOverriding class methodsInheritance Create a math application program.