Course Includes
- Recorded Lessons: 79
- Recorded Hours: 6
- Duration: 6 days (Avg)
Course Features
- Access on mobile
- TDP Assessment Test
Top Skills Covered
Overview
Course Description
Welcome to Basic Fundamentals with C++, With its latest version, this course teaches every essential concept of basic coding examples in a single course, allowing you to begin your basic coding journey step by step.
C++ is a beautiful cross-platform language that can be used to build a variety of high-performance software applications. C++ was developed by Bjarne Stroustrup as an extension to the C language. C++ gives programmers a high level of control over system resources and memory.
Get Started with C++ Coding: Only Hands-on Sessions and Practice to Master C++ Fundamentals
Using C++, real-world applications could be created as follows:
Operating Systems
GUI-Based Applications
Embedded Systems
Web Browsers
Banking Applications
Database management software
Games with actions
Advanced Computation and Graphics
Compilers
Cloud/Distributed Systems
Standard Libraries
Learn C++, The first step in learning C++ for success in software application development is that it is easy to learn and understand. Our online C++ Basics Training course is "Learn C++ Fundamentals: Coding for Absolute Beginners" is designed for you, with all of the basic topics covered. Mr. Sudha Sekhar will explain to you even complex topics to simplify them and teach you so that even beginners can easily understand them with real-time examples.
Create a Good and Strong base foundation in C++ Concepts using Microsoft Visual Studio Community IDE code editor.
Once you master C++'s basic programming concepts, you'll have lots of options in front of you. You can choose to build more apps if you prefer, or change jobs and work as a C++ developer. As long as you know the fundamentals pretty well, switching to different technology stacks should be pretty easy for you.
Knowing these C++ Basic programming techniques will allow you to easily switch over to any other programming language.
Learn from real-world experts
By learning these C++ skills, you will be eager to learn other software development languages very quickly, which will lead you to become a successful code developer.
If you really want to learn C++, this C++ Basic Fundamentals Programming Course is for you to develop your skills more than others and become strong in C++ code development.
The Complete C++ Package:
This course is the first level of Sekhar's complete C++ series on Udemy:
Level 1: Learn C++ Fundamentals: Coding for Absolute Beginners
Level 2: Learn C++ Intermediate: Pointers, Structures, and File Streams
Level 3: Learn C++ Advanced: Class, Object-Oriented Programming, and Templates
Check out the free preview videos for more information!
By the end of this package, you will be fluent in C++ programming and ready to make any application you can dream of.
Sign up today, and look forward to:
HD Video Lectures
C++ Challenges and Exercises
Lovely real-world dynamic examples
About Your Instructor
Sekhar Metla is a software engineer with 20+ years of professional experience. He is the author of several online-selling courses with more than 40,000+ students in many countries. He has a Master of Science in Computer Applications in Software Engineering. His students describe him as passionate, pragmatic, and motivational in his teaching.
Who this course is for:
- Beginner C++ developers curious about programming
- Anyone who wants to grasp the concept with real-world examples of coding
- Anyone interested in learning the fundamentals of C++
- Anyone who wants to become a software developer
- Anyone who wants to become an independent programmer
Requirements
- No prior technical experience is required! All you need is a computer!
- No software is required in advance of the course (all software used in the course is free)
- No pre-knowledge is required - you will learn from basic
- No programming experience is needed. You will learn everything you need to know
What you'll learn
- Learn to program with one of the most powerful programming languages that exist today, C++
- Master every basic C++ topic starting with the fundamentals of C++ programming
- Learn to code C++ from scratch for software app development
- Coding fundamentals using the C++ language
- Setting up a local C++ coding environment to creating your own coding practices
- Learn to write code using Microsoft Visual Studio with C++
- Apply real-world Variables, statements, operators, and functions you will code
- Learn how to work with control flow statements
- Arrays with multi-dimensional loops through reading data
- Prepare decision - making system by doing C++ coding
What you'll learn
- Learn to program with one of the most powerful programming languages that exists today, C++
- Learn to code C++ from scratch for software app development
- Setting up a local C++ coding environment to create your own coding practices
- Apply real-world Variables, statements, operators, and functions you will code
- Arrays with multi-dimensional loops through reading data
- Master about every basic C++ topic starting with the fundamentals of C++ programming
- Coding fundamentals using the C++ language
- Learn to write code using Microsoft Visual Studio with C++
- Learn how to work with control flow statements
- Prepare decision making system by doing C++ coding
Requirements
- No prior technical experience is required! All you need a computer!
- No software is required in advance of the course (all software used in the course is free)
- No pre-knowledge is required - you will learn from basic
- No programming experience needed. You will learn everything you need to know
Course Content
79 Lessons | 6:00 Total hours
Getting Started with C++
-
Introduction
00:03:10 -
Course Curriculum
00:04:56 -
Getting started on Windows, Mac or Linux
00:00:48 -
How to ask great questions
00:01:06 -
FAQ’s
00:01:02
Setting up Local Development
-
Introduction
00:01:17 -
C++ Futures
00:03:09 -
Why C++ Popular in Coding
00:03:31 -
Popular IDEs for Coding
00:02:51 -
Get and Installing Visual Studio Editor
00:11:05 -
Creating First Project
00:08:26 -
Your First C++ Program
00:08:22 -
Compiling and Run a C++ Program
00:03:45
C++ Basics
-
Introduction
00:01:06 -
Creating Variables
00:11:52 -
Creating Multiple Variables
00:07:01 -
Constants
00:06:05 -
Identifiers
00:05:43 -
Naming Convention
00:04:29 -
Working with the Standard Library
00:03:28 -
Output Text and New Lines
00:07:10 -
Reading User Input
00:07:37 -
Simple Calculator Program
00:05:40 -
Comments
00:03:09
C++ Data Types
-
Introduction
00:01:33 -
Data type basics
00:05:18 -
Numeric types
00:06:14 -
String types
00:04:13 -
Character types
00:03:49 -
Boolean types
00:03:39
C++ Operators
-
Introduction
00:00:52 -
Arithmetic operators
00:05:01 -
Assignment operators
00:03:59 -
Comparison operators
00:05:17 -
Logical operators
00:09:19
C++ Strings
-
Introduction
00:01:01 -
Strings
00:06:12 -
Concatenation
00:10:16 -
String Built-in Functions
00:08:57 -
String Indexing
00:03:47 -
String Formatting
00:05:26 -
String Keyboard Input
00:04:28 -
Using namespace
00:02:04
C++ Decision Making
-
Introduction
00:00:54 -
If statement
00:04:19 -
else statement
00:02:46 -
else if statement
00:03:58 -
Ternary operator
00:03:55 -
Switch-case statement
00:06:32
C++ Control Flow Loops
-
Introduction
00:01:50 -
While loop
00:05:32 -
Do-while loop
00:02:00 -
For loops
00:08:15 -
Customize loop running
00:02:37 -
Break statement
00:02:06 -
Continue statement
00:03:07 -
Nested loops
00:05:59 -
Prime Number Program
00:06:47 -
Coding Exercise
00:01:48 -
Solution for Coding Exercise
00:01:23
C++ Arrays
-
Introduction
00:00:50 -
Array statement
00:06:16 -
Change array data item
00:02:05 -
Read array data using loops
00:03:56 -
Multidimensional Array
00:04:38 -
Update Multidimensional Array
00:02:04 -
Loop through Multidimensional Array
00:04:26
C++ Functions
-
Introduction
00:01:08 -
Creating a function
00:03:07 -
Calling a function
00:05:25 -
Function with parameter
00:04:19 -
Default parameter
00:01:43 -
Multiple parameters
00:04:56 -
Return keyword
00:05:11 -
Call by value
00:01:55 -
Call by reference
00:02:18 -
Pass by Group items
00:04:06 -
Function overloading
00:05:54 -
Recursion
00:04:24
Frequently asked questions
Who this course is for:
Beginner C++ developers curious about programming Anyone who wants to grasp the concept with real-world examples of coding Anyone interested in learning the fundamentals of C++ Anyone who wants to become a software developer Anyone who wants to become an independent programmer
Who is the target audience for this course?
This course is perfect for individuals who are new to programming and want to start with C++. Whether you're a student, a hobbyist, or someone looking to transition into software development, this course will provide you with a solid foundation in C++ programming.
What will I learn by taking this course?
By the end of this course, you will have a comprehensive understanding of C++ fundamentals. You'll learn how to write and structure C++ code, manipulate data, control program flow, and implement object-oriented concepts such as classes and inheritance. The course emphasizes hands-on coding exercises to reinforce learning.
What can I expect to achieve after completing this course?
After completing this course, you'll have a strong foundation in C++ programming, enabling you to pursue various paths such as software development, game development, system programming, or embedded systems. You'll be equipped to tackle more advanced topics and projects, or even start building your own applications using C++.
What prior experience do I need to enroll in this course?
No prior programming experience is required. This course is designed specifically for absolute beginners, so we will start with the basics and gradually progress to more complex topics.
About the instructor
Sekhar Metla
Instructor
46 Courses
13+ Lesson
1518 Students enrolled
Sekhar Metla is a software engineer with 15 years of professional experience. He is the author of several best-selling TeacherDada courses with more than 26,000+ students in 192 countries. He has a Master of Science in Computer Applications as Software Engineering and is also Microsoft Certified Professional. His students describe him as passionate, pragmatic, and motivational in his teaching.