The Ultimate C++ Beginner Course | 2022
An Introduction to Programming & Problem Solving
Description
This is the first programming course offered in university. I remember spending that one winter break reading a C++ book and being excited when I wrote my first ever program. I have thoroughly read the book and solved many practice problems, which is why I ended up getting an A without attending the lectures. If you want to learn programming, or anything for that matter, find the best resources and invest your time and money into it.
Prerequisites
None
Recommended Book
Problem Solving with C++ 10th Edition by Walter Savitch
About this Course
You will learn the basics of programming. In particular, we focus on procedural and functional programming.
FAQ
Are there quiz multiple choice questions?
There are 100+ Questions that rigorously test your understanding.
__________________________________________________________________________________________________________________
Are there practice problems?
There are 15+ Practice Problems (with Solution) similar to the problems in the recommended book.
__________________________________________________________________________________________________________________
Where can I ask you questions?
You can leave a comment under the "Q and A" tab in the lecture related to your question.
__________________________________________________________________________________________________________________
What is the best way to learn from this course?
You can adjust the video playback speed according to your preference. I would advise you to keep it at x1 for normal lectures and at x1.5 for the quiz solutions and practice problems. Also, try to challenge yourself by solving the practice problems alone, then compare your code with the solution.
__________________________________________________________________________________________________________________
Does this course cover data structures?
No. Data structures is a course by itself, which universities usually offer after completing an object oriented programming course.
__________________________________________________________________________________________________________________
What's next?
You can expect a more advanced programming course, which focuses on object oriented programming (OOP). This programming style or model is widely used in the software world in fields such as game development, web development, mobile app development, and much more.
What You Will Learn!
- Know about the different data types
- Know the definition of a variable
- Know about variable declaration
- Know how to input data from a user
- Know how to output data to the screen
- Know about the order of precedence rule
- Know about all arithmetic operators
- Know how to add comments in your program
- Know about all relational operators
- Know about common logical operators
- Understand boolean expressions
- Understand the different types of errors
- Understand conditional statements
- Understand how loops work
- Understand why and how we use 1D arrays
- Understand why and how we use 2D arrays
- Learn how to declare and define functions
- Learn about built-in functions in libraries
- Learn about the scope rule
- Learn how to search an array using functions
- Learn how to sort an array using functions
- Learn how streams work
- Learn how to declare streams
- Learn how to connect a stream to a file
- Learn how to input data from a file
- Learn how to output data to a file
- Learn how to read an entire file
- Learn how to use streams with functions
- Learn about default arguments
- Know about string functions
- Know about ascii table
- Know how to compare strings
- Know how computer memory works
- Know what a pointer is
- Know how to declare and initialize pointers
- Know how to create dynamic variables
Who Should Attend!
- Anyone who wants to learn a programming course that follows the curriculum of a top university.