Mastering 4 critical SKILLS using C++ 17
Mastering 4 critical SKILLS using C++ 17, available at $94.99, has an average rating of 4.71, with 374 lectures, 30 quizzes, based on 2159 reviews, and has 17252 subscribers.
You will learn about Deep Dive with C++ 11/14/17 Modern Syntax from basic to advanced ~170 problems from easy to medium to hard to gain level-1 problem-solving skills 6 Projects from easy to hard with their solutions for projects-building skills MANY Quizzes to master the concepts FOUR critical skills to master not just one A proven curriculum: Many of my thousands students highly recommend it Short lectures, to the point, comprehensive and easy to get in an iterative style Learn from PhD holder in AI: Teaching, Training & Coaching for many years This course is ideal for individuals who are Whoever curious about programming or Learned programming, but has weak skills due to trying little challenges and projects or Experts in other programming languages migrating to C++ It is particularly useful for Whoever curious about programming or Learned programming, but has weak skills due to trying little challenges and projects or Experts in other programming languages migrating to C++.
Enroll now: Mastering 4 critical SKILLS using C++ 17
Summary
Title: Mastering 4 critical SKILLS using C++ 17
Price: $94.99
Average Rating: 4.71
Number of Lectures: 374
Number of Quizzes: 30
Number of Published Lectures: 374
Number of Published Quizzes: 30
Number of Curriculum Items: 404
Number of Published Curriculum Objects: 404
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Deep Dive with C++ 11/14/17 Modern Syntax from basic to advanced
- ~170 problems from easy to medium to hard to gain level-1 problem-solving skills
- 6 Projects from easy to hard with their solutions for projects-building skills
- MANY Quizzes to master the concepts
- FOUR critical skills to master not just one
- A proven curriculum: Many of my thousands students highly recommend it
- Short lectures, to the point, comprehensive and easy to get in an iterative style
- Learn from PhD holder in AI: Teaching, Training & Coaching for many years
Who Should Attend
- Whoever curious about programming
- Learned programming, but has weak skills due to trying little challenges and projects
- Experts in other programming languages migrating to C++
Target Audiences
- Whoever curious about programming
- Learned programming, but has weak skills due to trying little challenges and projects
- Experts in other programming languages migrating to C++
Almost all other courses focus on knowledge. In this course, we focus on4 critical skills.
Overall:
-
The course covers basic to advanced modern C++ syntax. Beginners in C++ will learn a lot!
-
The course helps you master the 4 most important skills for a programmer
-
Programmingskills
-
Problem-solving skills: rarely covered by other courses
-
Project building skills: partially covered by other courses
-
Design skills: rarely covered by other courses
-
-
7+ times practice & homework compare to other courses + 6 projects
-
Special Teaching style:iterative, easy, and short
-
This is an English Course only. 1/3 Course now has Manual English subtitles. Remaining under-progress.
Content
-
Basic to advanced modern C++.
-
Fundamentals: Variables, Loops, Control Flow, Functions, Recursive Functions, Arrays
-
Advanced Topics: Pointers, STL, Templates, Headers, and Includes, Exception Handling, Compilation Process, Debugging
-
Object-Oriented Programming (OOP): Classes, Objects, Inheritance, Polymorphism, Operator Overloading
-
Modern Topicsin C++11/C++14/C++17:
-
Move Semantics, Perfect Forwarding, Variadic Template, Folding expressions, Smart Pointers, Lambda Expressions, Wrappers (Optional, Variant, Any), Uniform initialization, noexcept, Structured Binding, Nested namespaces, misc.
-
OOP: Member initializer, Defaulted and Deleted Functions, Delegating constructors, Inheriting Constructors
-
STL: Forward list, Initializer list, Array, Unordered containers
-
-
Design: Several principles and patterns are embedded in the homework & projects
-
-
A huge set of Quizzes, Practice, Homework, and Projects
-
2 styles of homework: Algorithmic (problem-solving) and applications
-
Several software design concerns are embedded in the homework.
-
So you are getting introduced to Software Engineering & Design Patterns
-
Several quizzes to master the concepts
-
-
Clarification: The core intentions of this course to provide very strong introduction to C++. Specifically up to the 6th project. After the last project, the course introduces some further modern C++ syntax (no quizzes/homework in this part). If you are new to C++, there is no course that competes with this one. But, if you are expert or target working with C++ in the market, you will need to good deeper after this course. A useful reference is “C++17 – The Complete Guide” book. Not that, this course provides some C++17 coverage but not all of it. However, the course provides pretty good coverage for C++11/14. Please consider the table of content if you are not new to C++ to satisfy your expectations.
Building Skills: Practice, Homework, and Projects
-
One unique feature in this course is my education strategy:
-
Explain, Administrate & Challenge
-
-
Each video smoothly explains a simple concept(s)
-
Typically followed by easy to medium practice to administrate the concept
-
Then typically followed by an easy-medium-hard set of homework questions to challenge you
-
Extensive homework from easy to medium to hard to help to build the skills.
-
Most of the practice/homework questions are unique in this course
-
Programming questions are mainly from my competitive programming experience
-
OOP questions are mostly invented to achieve several goals:
-
Mastering the OOP concepts
-
Enforcing a lot of design heuristics & OOD
-
Preparing you for design principles and patterns
-
-
-
Small-to-large set of projects to build up project building and design skills
-
Solutions to all of them.
By the end of the journey
-
Solid understanding of programming concepts using C++
-
Mastering the target 4 skills
-
With the administered problem-solving skills
-
You can start competitive programming smoothly in Div2-A/B Codeforces
-
Smooth start in Data Structure course
-
Smooth start in Algorithms course
-
-
With the administered project-building and design skills
-
Smooth start in Software Engineering course
-
Later, smooth start in one of the technology tracks in frontend or backend
-
-
More career options such as games or embedded development.
Don’t miss such a unique learning experience!
Course Curriculum
Chapter 1: Getting Started
Lecture 1: Why Programming? C++?
Lecture 2: Who should take this course?
Lecture 3: Teaching Style
Lecture 4: Unique and Beyond Others
Lecture 5: Tackling Practice & Homework
Lecture 6: Curriculum Overview
Lecture 7: Resources and Students Community
Lecture 8: Important Note
Lecture 9: Let’s code
Chapter 2: Installation
Lecture 1: Overall tools
Lecture 2: Installing Codeblocks on Linux
Lecture 3: Installing Codeblocks on Windows
Lecture 4: Installing Eclipse on Linux
Lecture 5: Installing Eclipse on Windows
Lecture 6: Project creation on Codeblocks
Lecture 7: Project creation on Eclipse
Lecture 8: Configuring the Compiler to latest standards
Chapter 3: Printing
Lecture 1: Printing
Lecture 2: More on Printing
Lecture 3: Errors
Lecture 4: Printing Homework
Chapter 4: Data Types and Variables
Lecture 1: Data types and variables
Lecture 2: Declaring variables
Lecture 3: Reading Variables
Lecture 4: Errata
Lecture 5: Constant Variables
Lecture 6: Variables Homework 1 – 3 Easy Challenges
Lecture 7: Variables Homework 1 – Solutions p1 p2 p3
Lecture 8: Variables Homework 2 – 2 Medium Challenges
Lecture 9: Variables Homework 2 – Solutions p1 p2
Lecture 10: Variables Homework 3 – 3 Hard Challenges
Lecture 11: Variables Homework 3 – Solution p1 p2 p3
Chapter 5: Operators
Lecture 1: Binary and Unary Operators
Lecture 2: Prefix and Postfix Operators
Lecture 3: Assignment Operator
Lecture 4: Precedence
Lecture 5: Operators Homework- 3 Easy to Medium Challenges
Lecture 6: Operators Homework – Solutions p1 p2 p3
Lecture 7: Relational Operators
Lecture 8: Comparing Strings
Lecture 9: Truth Table
Lecture 10: Logical Operators
Lecture 11: Short-Circuit Evaluation
Lecture 12: Logical Operators Homework- 3 Easy to Medium Challenges
Lecture 13: Logical Operators Homework – Solutions p1 p2 p3
Lecture 14: Division Operator
Lecture 15: Modulus Operator
Lecture 16: Division and Modulus Homework 1 – 3 Easy Challenges
Lecture 17: Division and Modulus Homework 1 – Solutions p1 p2 p3
Lecture 18: Critical note about Homework
Lecture 19: Division and Modulus Homework 2 – 3 Medium Challenges
Lecture 20: Division and Modulus Homework 2 – Solution p1 p2
Lecture 21: Division and Modulus Homework 2 – Solution p3
Lecture 22: Division and Modulus Homework 3 – 2 Hard Challenges
Lecture 23: Division and Modulus Homework 4 – Solutions p1 p2
Chapter 6: Selection
Lecture 1: Selection 1
Lecture 2: Selection 2
Lecture 3: Selection Practice
Lecture 4: Selection Initialization
Lecture 5: Selection Homework 1 – 4 Easy Challenges
Lecture 6: Selection Homework 1 – Solutions p1 p2
Lecture 7: Selection Homework 1 – Solutions p3 p4
Lecture 8: Selection Homework 2 – 2 Medium Challenges
Lecture 9: Selection Homework 2 – Solutions p1 p2
Lecture 10: Selection Homework 3 – 2 Hard Challenges
Lecture 11: Selection Homework 3 – Solutions p1 p2
Chapter 7: Loops
Lecture 1: While Loops
Lecture 2: While Loops Practice
Lecture 3: While Loops Homework 1 – 5 Easy Challenges
Lecture 4: While Loops Homework 1 – Solutions p1 p2 p3 p4 p5
Lecture 5: While Loops Homework 2 – 4 Medium Challenges
Lecture 6: While Loops Homework 2 – Solutions p1 p2
Lecture 7: While Loops Homework 2 – Solutions p3 p4
Lecture 8: While Loops Homework 3 – 4 Hard Challenges
Lecture 9: While Loops Homework 3 – Solutions p1 p2
Lecture 10: While Loops Homework 3 – Solutions p3 p4
Lecture 11: For Loops
Lecture 12: For Loops Practice
Lecture 13: For Loops Homework – 6 Medium to Hard Challenges
Lecture 14: For Loops Homework – Solutions p1 p2
Lecture 15: For Loops Homework – Solutions p3 p4
Lecture 16: For Loops Homework – Solutions p5 p6
Chapter 8: 1D Arrays
Lecture 1: 1D Arrays
Instructors
-
Dr. Moustafa Saad Ibrahim
Educator, Software Engineer, Scientist, Competitive Coach -
CSkilled Academy
High Quality With Intensive Practice CS Courses
Rating Distribution
- 1 stars: 11 votes
- 2 stars: 11 votes
- 3 stars: 38 votes
- 4 stars: 246 votes
- 5 stars: 1853 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024