Learn the basics of C++ and level up your skills!

What you will learn

Hey geeks! Welcome to C++ Made easy!

C++ made easy is a power packed course with all the basics and concepts to let you take a deep dive into the coding world!

Have you joined a computer course with no previous knowledge in programming? Or do you want to enter the awesome world of programming but don’t know where to begin?

If you answered in affirmative to even one of the above, then this course is perfect for you!

You will learn all the basic concepts of programming!

Our tutorials include interesting examples, to make your journey fun and fruitful!

Description

Welcome to C++ Made Easy by BitXorBytes!

Have you joined a computer course with no previous knowledge in the programming? Or do you want to enter the awesome world of programming but don’t know where to begin? Then C++ Made Easy is the perfect course for you!

This 2 hour course is specially curated for beginners and first time programmers. It covers everything from setting-up your IDE to learning all the basics and concepts to let you take a deep dive into the coding world! The course teaches you how to apply your knowledgeΒ to coding problems and improve your logical, thinking ability.

The topics are divided into sections and every topic is covered in well-structured and detailed lectures. Each topic is explained clearly, in a way which is easy to understand and comprehend. The lectures are taught using markers and the theory is substantiated with relevant examples.


Get Instant Notification of New Courses on our Telegram channel.


Each section is followed by 2 or more assignments containing both MCQs and coding questions to reinforce your concepts. The solutions along with detailed explanations are available for you to refer. This course is intended for complete beginners and does not include advanced topics and problems. C++ Made Easy is your complete guide to getting started with programming!

After completing this course, you’ll understand the why’s and how’s of the basics and will be ready to explore the programming world!

Topics Covered:

  • Choosing and Setting-up your IDE (VS Code)
  • Reasons why you should learn C++
  • Basics of C++
  • Datatypes
  • Operators and Modifiers
  • Bitwise Operations
  • Control Statements (Conditional, and Loops)
  • Jump Statements

Coming Soon:

  • Functions
  • Arrays and Strings
  • Class and Structures
English
language

Content

Welcome to the Course

Welcome to the Course

Acknowledgments

Thanking Message

Introduction

Introduction
Choosing IDE
VS Code Setup
C++ Basics
Your First Code

Expressions

Datatypes
Variables(Local/Global)
Primitive Built In data types
Data types
Type Modifiers in C++
Type Modifiers in C++ Hands-on-session
Type Modifiers in C++
Operators and Precedence
Arithmetic Operator & Hands-on-session
Operators and Precedence
Logical Operators & Hands-on-session
Relational Operators & Hands-on-session
Bitwise Operators & 1’s, 2’s Complement
Assignment & Miscellaneous Operators

Statements

Conditional Statements
If-else ladder, Nested if statements & Hands-on-session
Switch Case & Hands-on-session
Loops
While Loop
for loop
do-while loop
Jump statements(goto/break/continue)
Looping statements