|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/beg-modern-cpp/
课程评论:没有评论
随着现代C++(C++11/14/17)课程的深入,学员将全面学习C++这一通用编程语言的现代特性,此课程特别适合希望深入了解C++的新手和有一定编程基础的学员。C++由Bjarne Stroustrup发明,因其高性能特点依然被广泛应用于各种领域和平台。 课程内容包括C++11、C++14和C++17版本的新特性,如移动语义、自动类型推断、线程、Lambda表达式和智能指针等。同时,课程还涵盖了C++17中新增的文件系统库、并行标准模板库(STL)算法和新库类型(如std::optional和std::any)。课程以面向对象编程的方式教学,结合清晰的示例,将基本概念与更复杂的编程技术相结合,包括类、运算符重载、组合、继承、多态、模板和并发等概念,甚至还深入到汇编语言以加深理解。 学习过程中,学员将定期进行小测验,以测试对已学内容的理解。需要注意的是本课程并不适合完全没有编程经验的初学者。课程中包含了大量的更新内容,最近的更新包括C++17核心语言变化、新的模板增强和库类型的内容。 通过本课程的学习,学员将能够掌握现代C++编程的基础与进阶知识,享受学习的乐趣。
Learn C++ in depth with modern features introduced with C++11/14/17Updated with C++17 features!C++ is a general purpose programming language invented by Bjarne Stroustrup. It is still one of the more popular programming languages, used for creating high performance applications across a wide variety of domains & platforms.In 2011, C++11 was born. This revision added lot of new features to the language and it got a new name, Modern C++. This emphasizes writing C++ code using modern features of the language such as move semantics, automatic type inference, threading, lambda expressions, smart pointers and a lot more. C++11 was followed by C++14, that added even more features and enhanced existing ones. C++17 released in 2017 added a filesystem library (covered in the course), parallel versions of STL algorithms, new library types such as std::optional, std::any and more.This course teaches C++ as an object oriented language with modern features. It focuses on teaching C++ concepts, both old and new, with clear examples. It builds upon the basic language facilities that are then used to build more complex programs with classes, operator overloading, composition, inheritance, polymorphism, templates, concurrency, etc. It even digs deep into assembly to understand few concepts better. After every few topics, a quiz is presented that tests your understanding of the previous topics. Have fun learning Modern C++.Note that this course is not for you ifYou have never programmed beforeYou don't know ANY programming languageYou want to learn basics of programmingUpdate [April 19, 2020]: Biggest update so far. Added C++17 core language changes, template enhancement and new library types.Update [April 11, 2020]: Added content on copy elision, type traits, static_assert & generalized lambda capture, C++11 unionsUpdate [Mar 25, 2020]: XCode installation & high-level concurrency (std::async)Update [Mar 1, 2019]: More videos added for memory management with smart pointers (shared_ptr, unique_ptr, weak_ptr_)Update [Oct 19, 2017]:Instructions added for installing Visual Studio Community 2017, Cevelop (Eclipse) & Code::BlocksUpdate [Sep 29, 2107]: Added more content on dynamic memory allocation (malloc, new[], 2D arrays, strings)Update [Sep 16, 2017]: C++ concurrency (std::thread, std::mutex, etc)Update [April 27, 2017]: Templates, Function Object, Lambda Expressions, Standard Template LibraryUpdate [Mar 23, 2017]: Virtual Inheritance, Exception handling, File I/O, std::filesystem (C++17)Update [Mar 4, 2017]: Strings, stringstreams, enums, inheritance, polymorphismUpdate [Feb 25, 2017]: Source Code of existing topics added