Complete C++ Programming Course with OOP's Concept
Complete C++ Programming Course with OOP's Concept, available at $59.99, has an average rating of 4.45, with 139 lectures, based on 62 reviews, and has 190 subscribers.
You will learn about Learn from if else to loops ,Patterns,1Dimensional and 2Dimensional Arrays , Functions Pointers, Dynamic Memory Allocations ,Recursion ,Strings, Creating 1D and 2D arrays using Pointers All the Codes typed in front of the students with Line by line explanation of each typed line of Code Object Oriented Programmings Concepts, like Inheritance ,Operator Overloading etc including Data structures topics such as Linked List ,Stacks and Queues This course is ideal for individuals who are Beginners – (Concepts are Covered from Basics to Advance) or Anyone who wants to learn how to code using C++. or Anyone who want enhance C++skills by learning the basics of Object Oriented Programming (OOPS) It is particularly useful for Beginners – (Concepts are Covered from Basics to Advance) or Anyone who wants to learn how to code using C++. or Anyone who want enhance C++skills by learning the basics of Object Oriented Programming (OOPS).
Enroll now: Complete C++ Programming Course with OOP's Concept
Summary
Title: Complete C++ Programming Course with OOP's Concept
Price: $59.99
Average Rating: 4.45
Number of Lectures: 139
Number of Published Lectures: 138
Number of Curriculum Items: 139
Number of Published Curriculum Objects: 138
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- Learn from if else to loops ,Patterns,1Dimensional and 2Dimensional Arrays , Functions
- Pointers, Dynamic Memory Allocations ,Recursion ,Strings, Creating 1D and 2D arrays using Pointers
- All the Codes typed in front of the students with Line by line explanation of each typed line of Code
- Object Oriented Programmings Concepts, like Inheritance ,Operator Overloading etc including Data structures topics such as Linked List ,Stacks and Queues
Who Should Attend
- Beginners – (Concepts are Covered from Basics to Advance)
- Anyone who wants to learn how to code using C++.
- Anyone who want enhance C++skills by learning the basics of Object Oriented Programming (OOPS)
Target Audiences
- Beginners – (Concepts are Covered from Basics to Advance)
- Anyone who wants to learn how to code using C++.
- Anyone who want enhance C++skills by learning the basics of Object Oriented Programming (OOPS)
This Course is 33 hours content made for people who don’t have any knowledge about programming & want to get started with C++ from scratch in 2024.
Topics to be covered will be from Basics – Datatypes and Variables ,Operators ,Conditional Statements, Loops, Recursion ,Arrays, Pointers, Dynamic Memory Allocations Object Oriented Programming, Inheritance, Types of Inheritance ,Static Members , Linked List, Stacks, Queues etc.
So, you’ve heard a lot about C++, but you don’t know how to get started? Then this course is exactlywhat you need!
This course assumes no previous coding experience . It doesn’t matter if you have never written any programs or you have no idea about programming… After this course all of this will change.
A major focus is problem-solving skills, algorithms and strong fundamentals. Also, the focus of this course will be to make sure that you have done the substantial amount of coding by the end of it. You’ll be exposed from very easy to hard level of questions and Concepts
Course is designed keeping in mind the requirements of beginners. Course starts with fundamentals of logic building and problem solving..
This course will enhance the problem solving skills of the students using C++. Course follow step-by-step approach to make students fall in love with programming and ignite their passion of coding with the help of problems ranging to easy to intermediate to expert level.
This course will teach you all the fundamentals you need.
With over 100+ lectures and more than 33 hours of video this comprehensive course leaves no stone unturned!
You will learn how to program in C++ in a fast and easy way! .This course will teach you C++ in a practical manner
As for the curriculum, curriculum is designed to make students proficient in programming .
You will learn theoryand you will also gain lots of practice. During the course we will write many programs that will make you a great programmer.
I believe that when learning coding, it is best that you learn it while typing codes on your computer rather than just listening. This course exactly do that
I have made the course as friendly as possible. This guarantees what you’re learning is relevant for you today and will never be obsolete.
What I will learn ?
-
Basics – Datatypes and Variables
-
Operators and Expressions
-
Conditional Statements
-
Loops
-
Recursion
-
Arrays
-
OOPs
-
Pointers
-
Dynamic Memory Allocations
-
Inheritance
-
Types of Inheritance
-
Static Members
-
Linked List
-
Stacks
-
Queues
Course Curriculum
Chapter 1: Introduction
Lecture 1: Course OverView
Lecture 2: Course Structure
Lecture 3: Source Codes
Lecture 4: Installing Dev C++ (For mac users check the resources)
Lecture 5: Understanding the Environment
Lecture 6: DataTypes
Lecture 7: TakingInput
Lecture 8: SimpleInterest
Lecture 9: ArithmeticOperators
Lecture 10: FahrenheitTOCelciusConversionProgram
Lecture 11: RelationalOperators
Lecture 12: LogicalOperators
Chapter 2: Conditional Statements
Lecture 1: ConditionalStatements
Lecture 2: FindingTheGreatestNumber
Lecture 3: GradingAStudent
Chapter 3: While Loop
Lecture 1: WhileLoop
Lecture 2: Syntax of whileloop
Lecture 3: finding sum of N numbers
Lecture 4: sum of Even Numbers
Chapter 4: Patterns
Lecture 1: Pattern1
Lecture 2: Pattern 2
Lecture 3: Triangle Pattern
Lecture 4: Increment and Decrement Operators
Chapter 5: For loop
Lecture 1: For loop Intro
Lecture 2: Scope of Variables
Lecture 3: Understanding Break and Continue
Lecture 4: Factorial of a Number
Lecture 5: Reversing a given Number
Lecture 6: Palindrome Number
Lecture 7: Fibonacci
Chapter 6: Functions
Lecture 1: Functions Introduction and Calculating nCr
Lecture 2: From N given numbers Find Prime Numbers
Lecture 3: How Function Call Works
Lecture 4: Scope in Functions
Lecture 5: Pass By Value In Functions
Chapter 7: Arrays
Lecture 1: Arrays Introduction
Lecture 2: Finding Max and Min in an Array
Lecture 3: Arrays and Functions part 1
Lecture 4: Arrays and Functions part 2
Lecture 5: Reversing an Array
Lecture 6: Linear Search
Lecture 7: Finding Duplicates in Array
Chapter 8: Strings(Character Arrays)
Lecture 1: Length of String
Lecture 2: Reversing a String
Lecture 3: Dry Run for Reversing a String Program
Lecture 4: Replace Characters
Lecture 5: Inbuilt Functions and finding Prefixes of Strings
Chapter 9: Two Dimensional Arrays
Lecture 1: Two Dimensional Arrays
Lecture 2: Sum and Maximum In Two Dimensional Array
Lecture 3: Sum Of columns
Lecture 4: How are 2D arrays Stored
Chapter 10: Pointers
Lecture 1: Pointers Introduction
Lecture 2: Pointers and Arrays 1
Lecture 3: Pointers and Arrays 2
Lecture 4: Character Array Pointers
Lecture 5: Pointers with Functions
Lecture 6: Double Pointers
Chapter 11: Dynamic Memory Allocations
Lecture 1: Pass By Reference
Lecture 2: Dynamic Memory Allocation
Lecture 3: Memory Leakage Handling
Lecture 4: Two Dimensional Arrays Dynamically
Lecture 5: Constant Functions
Chapter 12: Recursion 1
Lecture 1: Factorial Using Recursion
Lecture 2: PMI in recursion
Lecture 3: Print Numbers in Increasing and Decreasing Order
Lecture 4: Power of a Number
Lecture 5: Fibonacci Using Recursion
Lecture 6: Fibonacci Output Explaination in Recursion
Lecture 7: Sorted Array
Lecture 8: Sorted Array 2
Lecture 9: SumOfArray Using Recursion
Lecture 10: Finding Number
Lecture 11: First Index of Duplicate Numbers
Lecture 12: Last Index of Duplicate Numbers
Chapter 13: Recursion 2
Lecture 1: Length of String Using Recursion
Lecture 2: Remove All X
Lecture 3: Inbuilt Strings
Lecture 4: Substring
Lecture 5: Code Of Finding Substring
Lecture 6: Print Substring Without Using Extra Array
Chapter 14: Object Oriented Programming 1
Lecture 1: Introduction
Lecture 2: Understanding Functions Use in Classes
Lecture 3: Arrow Operators
Lecture 4: Constructors In classes
Lecture 5: this Keyword
Lecture 6: Addition Subtraction and Multiplication Class Implementation
Instructors
-
Kunal Gupta
Computer Science Engineer
Rating Distribution
- 1 stars: 1 votes
- 2 stars: 3 votes
- 3 stars: 6 votes
- 4 stars: 11 votes
- 5 stars: 41 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 Language Learning Courses to Learn in November 2024
- 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