|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-cpp-programming-beginner-to-advanced/
课程评论:没有评论
课程名称:从初学者到高级学习 C++ 编程 课程概述:欢迎参加“从初学者到高级学习 C++ 编程”课程。在本课程中,您将学习面向对象编程的基本原理,包括封装、继承、多态和抽象等特性。您将能够区分运行时多态和编译时多态。本课程还涵盖了 C++ 中的文件处理和异常处理。此外,您将学习如何使用 C++ 标准模板库(STL)。祝您学习愉快,并鼓励您为本课程给予五星评价,以激励我未来推出更多课程。 课程内容包括: 1. 如何在 Windows 命令提示符下编译和运行 C/C++ 程序 2. C++ 中变量的初始化方法 3. C++ 中的命名空间及示例 4. 如何创建 C/C++ 语言头文件 5. C++ 中的枚举(enum) 6. C++ 中的工具函数示例 7. C++ 中的复制构造函数及示例 8. C++ 中的析构函数及示例 9. C++ 中的友元函数示例 10. C++ 中的内联函数示例 11. C++ 中继承的类型 12. C++ 中的继承可见性模式 13. C++ 的虚基类解决方案(虚继承) 14. C++ 中的友元类及友元函数示例 15. C++ 中的嵌套类示例 16. C 和 C++ 中的指针 17. C++ 中动态内存分配 18. C++ 中指向对象的指针 19. C++ 中的 this 指针 20. C/C++ 中的函数指针 21. C/C++ 中的指针作为函数参数 22. C/C++ 中从函数返回指针 23. C/C++ 中的 NULL 指针示例 24. C/C++ 中的空指针示例 25. C++ 中的悬空指针示例 26. C++ 中的引用变量 27. C++ 中的函数重载示例 28-31. C++ 中的运算符重载 32. C++ 中的 explicit 关键字 33. C++ 中的 mutable 关键字 34. C++ 中的虚函数与纯虚函数 35. C/C++ 中的命令行参数示例 36-38. C++ 中的文件处理 39. C++ 中的异常处理示例 40-41. C++ 中的模板 42. C/C++ 语言的独立编译示例 43. C++ 中的虚析构函数 44-51. C++ 标准模板库(STL)的相关内容,包括向量(Vector)、映射(Map)、集合(Set)及堆排序等。 期待您的参与与学习!
Hello All, I welcome you to this course on "Learn C++ Programming - Beginner to Advanced". In this course you will learn fundamentals of Object Oriented Programming. In this course, you will learn features of Object Oriented Programming like Encapsulation, Inheritance, Polymorphism, Abstraction. You will be able to differentiate between Run time Polymorphism and Compile time Polymorphism. In this course, I have also covered File Handling and Exception Handling in C++. You will also learn how to use Standard Template Library in C++ language.So, at the end I wish you all the best. Please provide 5 star rating to this course which will motivate me to launch such courses in future.Happy Learning!!!Topics Covered in this course are as follows:1. How to Compile and Run a C / C++ Program from Command Prompt in Windows Run C/ C++ code in CMD2. C++ Initializing Variables 3 Ways Including Brace Initialization Variable Declaration in C++3. Namespace in C++ with Examples Namespaces in C Plus Plus Programming Language4. How To Create Header File in C or C++ Language With Example How To Create Header File in CPP5. enum in C++ Enumeration - enum in C++ Programming Tutorial enums C++6. Utility Function in C++ with Example Program7. Copy Constructor in C++ with Example Program Copy Constructor in C Plus Plus8. Destructor in C++ with Example Destructor in C++ OOP9. friend function in c++ with example friend keyword in c++10. Inline Function in C++ with Example11. Inheritance in C++ Part 1 Types of Inheritance in CPP12. Inheritance in C++ Part 2 Visibility Modes in Inheritance in C++ with Example13. Virtual Base Class in C++ Solution to Diamond Problem in C++ using Virtual Inheritance Ambiguity14. Friend Class and Friend Function in C++ with Example Friend Function in CPP with Example15. Nested Class in C++ with Example Inner Class in C++ Nested Class in CPP Inner Class in CPP16. Pointers in C and C++ Pointers in C and CPP Programming Languages Indirection Operator17. new delete Operator in C++ Program Dynamic Memory Allocation in CPP new delete Array C++18. Pointer to Object C++ Pointer to Object in C Plus Plus Pointer to Object in CPP19. this Pointer in C++ with Example Program this Keyword in CPP this Keyword in C++ Class20. Function Pointers in C and C++ Function Pointer as Argument in C and CPP Programming Languages21. Passing Pointers To Functions in C and CPP Passing Pointers as Arguments To Functions in C and C++22. Return Pointer from Function in C and CPP Return Pointer C++23. NULL Pointer in C and C++ with Example Program24. Void Pointer in C and C++ with Example Program Void Pointer Declaration in C and CPP Programming25. Dangling Pointer in C++ with Simple Example Dangling Pointer and Memory Leak in C++26. Reference Variable in C++ Reference Type27. Function Overloading in C++ with Program Example Function Overloading in OOP Polymorphism in C++28. Operator Overloading in C++ Part 1 Operator Overloading in C Plus Plus or CPP with Example Program29. Operator Overloading in C++ Part 2 Overloading Unary Operator in C++ with Example Program30. Operator Overloading in C++ Part 3 Operator Overloading in C++ using Friend Function31. Operator Overloading in C++ Part 4 Insertion and Extraction Operator Overloading in C++32. explicit Keyword in C++ explicit Constructor in C++ explicit Qualifier in C++33. Mutable Keyword in C++ Mutable in CPP34. Virtual and Pure Virtual Function in C++ Abstract Class Runtime vs Compile Time Polymorphism35. Command Line Arguments in C and C++ with Example Command Line Arguments in C++ using argc and argv36. File Handling in C++ Programming Part 1 Input Output Stream Classes in C++ Stream Class Hierarchy37. File Handling in C++ Programming Part 2 Input Output Operations on Files in C++ with Examples38. File Handling in C++ Programming Part 3 File Pointers in C++ get put seekg seekp tellg tellp39. Exception Handling in C++ with Examples C++ Exception Handling40. C++ Template Part 1 Function Template in CPP41. C++ Template Part 2 Class Template in CPP42. Separate and Independent Compilation with Example Independent Compilation in C and Java language43. Virtual Destructor in C++ Virtual Destructor in CPP Virtual Destructor in Base Class44. C++ STL Part 1 Introduction to Standard Template Library in CPP Language45. C++ STL Part 2 Vector in Standard Template Library in CPP Language46. C++ STL Part 3 Vector with sort() function in Standard Template Library in CPP Language Sorting47. C++ STL Part 4 Vector with find() and find_if() function in Standard Template Library in CPP48. C++ STL Part 5 Map in Standard Template Library in CPP Language Map Associative Container in CPP49. C++ STL Part 6 minmax algorithm in Standard Template Library in CPP Language min-max algorithm50. C++ STL Part 7 Set in Standard Template Library in CPP Language Set Associative Container in CPP51. C++ STL Part 8 Heap & Heap Sort in Standard Template Library in CPP Language