C++ Bootcamp: Basic to Advanced Ultimate Practical Course 23

Become a Pro C++ Developer, Learn C++ Programming the hard way by solving C++ problems ranging from easy to advanced!
Learn the basic, intermediate and advanced concepts of C++
Explore different programming styles and approaches.
Handle C++ job interviews with ease.
Learn industry standards and C++ tips and best practices.
Learn how to write C++ functions using one-dimensional and multidimensional arrays
Learn C++ from an experienced Software Engineer who has been using and teaching C++ for more than 10 years
By the end of this course, you'll have a solid understanding of C++11 features and how to refactor C++98 code to take advantage of them.
Building a framework to review code for anti patterns and code smells.
Understanding the challenges in refactoring through the coding exercises
OOPS real world entities with real world programs, STL, Exception Handling, RTTI, Templates.
Practical workshops on IDE for complete Course with access of complete source code.
Advanced features of C++ - C++11 with configuration setup on IDE.
Learn how to use STL elements (containers, iterators, and algorithms) to write C++ functions

Welcome to the course. In this volume we will learn C++ in depth and tackle C++ and transition challenges for C# developers.

If you want to take your C++ skills to the next level with intensive practice, then this course is for you. Apply your knowledge to solve more than 300 exercises and check your solutions with step-by-step video lectures with visual effects and diagrams.

 

Solve C++ & C# Exercises to Take Your C++ Skills to the Next Level.

  • Solve more than 300 exercises and improve your problem-solving and coding skills.
  • Learn new C++ tools such as built-in functions and modules.
  • Apply your knowledge of C++ to solve practical coding challenges.
  • Understand how the code works line by line behind the scenes.
  • Identify different ways to solve a problem and which one is more concise and efficient.
  • Test your code with different values and inputs to verify its correctness.
  • Gain practical and valuable coding skills.

 

ABOUT YOUR INSTRUCTOR

Hello! My name is Ace Seb Karter. I am a passionate developer, lifelong student and a Game Developer with 10+ years of experience. Through my boots on the ground workshops, I’ve taught over 1,000 people how to become professional Software Engineers.

My expertise: C++ ,Java , Unity 3D, Python, C#, JavaScript, HTML, CSS and other technologies.

My goal is to make coding fun and accessible to everyone. That’s why my courses are interactive and made with a clear structure. No previous experience is necessary for these courses.

 

So, are you ready? Let’s get Started!

 

This course will help you gain knowledge, tips, tricks and skills that will enhance your C++ skills and prepare your next C++ interview.

 

TOPICS COVERED

C++ & C# Basics: Variables, Primitive data Types, loops, flow control

C++ & C# OOP: Classes, Objects

C++ & C# Methods: Encapsulation, Polymorphism, Parameters, Static methods, Named arguments, Method overloading

C++ & C# Type casting: Type conversion, Implicit casting, Explicit casting, Parse, Conversion methods

C++ & C# Constructors: Constructor overloading, Object initializer syntax

C++ & C# Properties: Read-only/ Write only properties, Automatic properties

C++ & C# Inheritance: base keyword, Method overriding

C++ & C# Abstract Classes and Interfaces: Abstract classes, Abstract methods, Interfaces, Interface inheritance

C++ & C# Namespaces: Namespaces, Nested namespaces, Importing namespaces, Using static

C++ & C# Generics: Generic classes, Generic methods

C++ & C# Arrays: Creating arrays,Β  Arrays with for each loop, Array of objects

And much more!

 

Improve your C++ Skills and Gain Valuable Practical Experience

C++ is currently one of the most popular programming languages and its popularity continues to rise every year. It is used for real-world applications in diverse areas such as Web Development, Data Science and many more. Learning C++ is your next step into the powerful world of computer science. Through practice, you can improve your coding and problem-solving skills. You will also learn new tools that you can use in C++ .

 

Your knowledge of C++ will be extremely helpful in any field, including:

  • Data Science
  • Artificial Intelligence
  • Game Development
  • Mobile App Development
  • Medical Software
  • Computer Vision
  • and… many more!

Coding skills are essential to succeed in the world of the future. Therefore, if you are thinking about entering any of these fields or if you are planning to expand your computer science skills, then this course is for you.

The concepts and techniques that you will learn in this course are easily transferable to other programming languages like C#, JavaScript, and many more because you will practice how to analyze and solve problems using code.

 

GOALS

By the end of this course, you will be able to:

  • Analyze a problem step by step and develop a solution in C++ .
  • Solve a problem in C++ using different approaches.
  • Use built-in C++ functions and modules to solve a problem efficiently.
  • Understand how the code works behind the scenes.
  • Work with the main elements of C++ : strings, lists, tuples, dictionaries, conditionals, loops, recursion, files, and more..
  • Test your code with various inputs and values to verify its correctness.

 

LEARNING MATERIALS

  • Coding Challenges: 300+ coding challenges with detailed descriptions and hints to guide you through this journey.
  • Exercises Divided by Levels of Difficulty: the exercises are divided into levels, so you can start working on them according to your skill level and then solve more advanced exercises as you practice.
  • Video Lectures: Hours of video lectures and resources with step-by-step solutions and explanations of how to analyze the problems and how the code works behind the scenes.
  • Visual Effects: You will learn how to solve these exercises with carefully designed visual effects, animations, and diagrams.
  • Test Cases: each coding challenge has test cases to help you test if your solution is correct. Each problem can be solved in multiple ways, so these test cases will help you confirm if your solution is correct.

 

CODING CHALLENGES

  • C++ Strings
  • C++ Lists and Tuples
  • C++ Dictionaries
  • C++Β  Conditionals
  • C++ Loops
  • C++ Recursion
  • C++ Files
  • C++ Miscellaneous and More Challenging Exercises

Most exercises combine different elements from these topics, but the exercises are grouped by their most relevant category.

 

What makes this course unique?

This course is unique because of its emphasis on providing visual and detailed explanations of how the solutions work behind the scenes, so you will not only learn how to implement them in C++ , you will actually understand the purpose of each line of code.

Check your solutions with detailed video lectures andΒ  run the code on your device.

You will receive a certificate of completion that you can add to your social media profiles to showcase your new skills.

You will also have lifetime access to the course.

 

You are very welcome to watch the preview lectures and check out the full course curriculum.

If you are looking for an engaging, visual, and practical course, then you found it.

Enroll now, practice your problem-solving skills, and showcase your new C++ knowledge.

We will look at the most popular and most often discussed questions during technical interviews. You will be prepared for your next interview, and you will be able to discuss C++ concepts with great confidence.

 

Again, welcome and let’s level up your C++ skills!

Introduction

1
Introduction
2
C++ Practical Tests
3
C++ Practical Tests 2

C++ Basic Challenges

1
BOOL: Flip the value of a boolean variable
2
CHAR: Display the ASCII value of a character in the console window
3
COMMENTS: Add comments to a C++ program
4
CONST: Create a constant variable and output its value to the console window

C++ Math Challenges

1
calculates the area of a rectangle
2
MATH: Calculate the area of a circle with a given radius.
3
MATHS MAX: Find the maximum of two numbers
4
MATHS MAX: Find the maximum value of two integers
5
MATHS POS/NEG: Check if a number is positive or negative
6
calculates their average

C++ Operators Challenges

1
OPS AND: C++ Logical Operators Exercise
2
OPS AND OR: Logical Operators in C++
3
OPS EQUAL: Check if two numbers are equal
4
OPS: Increment a variable by 1 using the increment operator
5
OPS GREATER LESS: C++ Logical Operators
6
OPS NOT AND: Calculate the result of a logical expression
7
OPS POS/NEG: Check if a number is positive or negative
8
OPS SUM: Sum of Two Numbers

C++ String Challenges 2

1
STRING: Print the length of a given sentence
2
STRINGS: Reverse a string in C++
3
STRING UPPER: Convert a string to uppercase in C++
4
STRINGS: Concatenate Two Strings

C++ String Challenges

1
STRINGS length: Find the length of a string in C++
2
reversed string
3
STRINGS UPPER: Convert a given string to uppercase
4
STRINGS UPPER: Convert a given string to uppercase
5
STRINGS VOWELS: Count the number of vowels in a string
6
STRINGS VOWELS: Count the number of vowels in a st Write a C++ program to count thering

C++ Variable Challenges

1
VARIABLES: Declare and initialize variables
2
Declare three variables
3
VARIABLES: Swap two integer variables using a temporary variables

C++ Transition Challenges

1
Reverse Sentence Challenge.mp4
2
Reverse Array Challenge.mp4
3
Reference Table Challenge.mp4
4
Parallelogram Challenge.mp4
5
Convert Numbers to Text Challenge.mp4
6
Decimal to Binary Challenge.mp4

C++ Transition Challenges 2

1
Factorial Challenge.mp4
2
Guess Number Challenge.mp4
3
Diamond Pattern Challenge.mp4
4
String Compression Challenge.mp4
5
Calculator Challenge.mp4
6
Palindrome Challenge.mp4

OOP Challenges

1
Constructor.mp4
2
Encapsulation.mp4
3
Inheritance.mp4
4
Interfaces.mp4
5
Abstraction.mp4
6
Polymorphism.mp4
7
Class Members.mp4
8
Access Modifiers.mp4
9
Introduction to Object-Oriented Programming (OOP).mp4

C++ Transition Challenges 3

1
Sum All Numbers in String Challenge.mp4
2
Double Addition Challenge.mp4
3
Triangle Generation Challenge.mp4
4
Reverse Word Challenge.mp4
5
Prime Number Challenge.mp4
6
Swapper Challenge.mp4
7
Fibonacci Series Challenge.mp4
8
Roman Numerals Challenge.mp4
9
Bubble Sort Challenge.mp4
10
Month Conversion Challenge.mp4
11
LOGIN Challenge.mp4
12
Uppercase Challenge.mp4

Git fundamentals

1
Git Branch (Demo).mp4
2
Introduction to Git (Demo).mp4
3
Git Branching .mp4
4
Introduction to Git (slides).mp4
You can view and review the lecture materials indefinitely, like an on-demand channel.
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!

Be the first to add a review.

Please, login to leave a review
3920d92bfe3ec51d0796eccc47b7f60c
30-Day Money-Back Guarantee

Includes

5 hours on-demand video
Full lifetime access
Access on mobile and TV
Certificate of Completion