- Course Introduction
- 01 Message from the Teacher
- 02 Placements & Internships
- 03 About the Lectures
- 04 Pre requisites
- 05 What to Install
- Installation
- 01. Using Replit
- 02. For Mac Users - Setting up C++
- 03. Using VS Code
- Flowcharts & Pseudocode
- 01. What are Flowcharts
- 02. Components of Flowchart
- 03. Sum of 2 Numbers
- 04. Calculate Simple Interest
- 05. Max of 2 Numbers
- 06. Print N Natural Numbers
- 07. Sum of N Natural Numbers
- Variables & Data Types
- 01. Boilerplate Code in C++.mp4
- 02. How does code run-.mp4
- 03. Preprocessor Directive.mp4
- 04. Main Function in C++.mp4
- 05. What is Namespace-.mp4
- 07. Print the Pattern.mp4
- 08. Variables in C++.mp4
- 09. Naming Conventions.mp4
- 11. Data Types in C++.mp4
- 12. Comments.mp4
- 13. Input in C++.mp4
- 14. Print Average Marks.mp4
- Operaters
- 01. Constants
- 02. Implicit Type Conversion
- 03. Explicit Typecasting
- 04. Practice Qs
- 05. Arithmetic Operators
- 06. Unary Arithmetic Operators
- 07. Assignment Operators
- 08. Relational Operators
- 09. Logical Operators
- Conditionl Statment
- 01. If else Statements
- 02. Practice Qs
- 03. Else if Statements.mp4
- 04 Practice Qs
- 05 Practice Qs
- 06 Ternary Operator
- 07. Switch Statement
- 08. Build a Calculator
- Loops
- 01 for Loop in Detail
- 02 Print apna college
- 03 Print N Natural Numbers
- 04 Sum of N Natural Numbers
- 05 while Loop
- 06 Practice Qs
- 07 Practice Qs
- 08 do while Loop
- 09 break Statement
- 10 Practice Qs break
- 11 continue Statement
- 12 Practice Qs continue
- 13 Check for Prime
- 14 Check for Prime Optimized
- Patterns
- 01 Nested Loops
- 02 Nested Loops Dry Run
- 03 Star Pattern
- 04 Inverted Star Pattern
- 05. Half Pyramid Pattern
- 06. Character Pyramid Pattern
- 07 Hollow Rectangle Pattern
- 08. Inverted & Rotated Half-Pyramid Pattern
- 09 Floyd's Triangle Pattern
- 10 Diamond Pattern
- 11 Butterfly Pattern
- Functions
- 01 What are Functions
- 02 Forward Declaration
- 03 Syntax with Parameters
- 04 Practice Qs
- 05 Practice Qs Factorial
- 06 Function call in Memory
- 07 Scope Local & Global
- 08 Practice Qs Prime Number
- 09 Practice Qs Binomial Coefficient
- 10 Function Overloading
- 11 Practice Qs Primes in Range