Course Includes
- Recorded Lessons: 69
- Recorded Hours: 7
- Duration: 7 days (Avg)
Course Features
- Access on mobile
- TDP Assessment Test
Top Skills Covered
Overview
Course Description
Welcome to the C++ Intermediate course, With its latest version, this course teaches every essential concept of intermediate coding examples in a single course, allowing you to start your intermediate 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.
Including C++ intermediate concepts, 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++ Intermediate Training course is designed for you, with all of the intermediate topics covered. Mr. Sudha Sekhar will explain to you even complex topics to simplify them and teach you so that even beginners could 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 intermediate 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 and intermediate concepts pretty well, switching to different technology stacks should be pretty easy for you.
Knowing these C++ Intermediate 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++ and improve dynamic memory allocation techniques, this C++ Intermediate 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 Online:
Level 1: Learn C++ Fundamentals Coding for Absolute Beginners: C++ Basic
Level 2: Learn C++ Intermediate: Pointers, Structures, and File Streams
Level 3: Learn C++ Advanced: Classes, 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:
- C++ Intermediate-level developers curious about programming
- Anyone interested in learning the Intermediate concepts of C++
- Anyone who wants to grasp the concept with real-world examples of coding
- Anyone who wants to become a proficient software developer
- Anyone who wants to become an independent programmer
- 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 - good to have basic C++
- No programming experience is needed. You will learn everything you need to know
- Learn to program with one of the most powerful programming languages that exist today, C++.
- Master every intermediate C++ topic starting with basic C++ programming.
- Learn to code C++ pointers for great performance app development.
- Coding intermediate problem statements using the C++ language
- Setting up a local C++ coding environment to creating your own coding practices
- Develop skills in real-world Arrays, pointers, structures, and external file systems
- Learn how to work with string statements and smart pointers.
- Learn Document processing using. CSV files with built-in standard file stream library
- Convert dynamic data type as required formats to process by doing C++ coding
- Enable Logical skills by applying pointers and structure programming
- Learn to Apply Great future of C++, Dynamic memory allocation techniques for great Application Performance
What you'll learn
- Learn to program with one of the most powerful programming languages that exists today, C++.
- Master about every intermediate C++ topic starting with basic of C++ programming.
- Learn to code C++ pointers for great performance app development.
- Coding intermediate problem statements using the C++ language
- Setting up a local C++ coding environment to create your own coding practices
- Develop skills on real-world Arrays, pointers, structures, and external file systems
- Learn how to work with string statements and smart pointers.
- Learn Document processing using .CSV files with built-in standard filestream library
- Convert dynamic data type as required formats to proces by doing C++ coding
- Enable Logical skills by applying pointers and structure programming
- Learn to Apply Great future of C++, Dynamic memory allocation techniques for great Application Performance
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 - good to have basic C++
- No programming experience needed. You will learn everything you need to know
Course Content
69 Lessons | 7:00 Total hours
Getting Started
-
Introduction
00:02:57 -
Course Curriculum
00:02:48 -
Getting started on windows, mac and Linux
00:00:41 -
How to ask great questions
00:00:59 -
FAQ’s
00:00:48 -
Get and Installing Visual Studio
00:11:05 -
Creating project
00:08:26 -
C++ Hello World program
00:08:22 -
Compile and running
00:03:45
Arrays
-
Introduction
00:01:21 -
Array Creation and Initializing
00:05:50 -
Array Indexing
00:03:37 -
Change array Item
00:02:37 -
Copying array
00:05:15 -
Comparing array
00:05:07 -
Passing array to function
00:08:09 -
Getting array size
00:04:37 -
Sorting array Selection sort
00:10:57 -
Searching array
00:10:45 -
Multi-dimensional arrays
00:04:38 -
Update Multi-dimensional arrays
00:02:04 -
Loop through multi-dimensional arrays
00:04:26
C++ Pointers
-
Introduction
00:01:12 -
What is pointer
00:04:24 -
Creating references
00:04:45 -
Memory address of a variable
00:04:27 -
Creating and using pointers
00:10:30 -
Constant pointers
00:10:27 -
Passing pointers to functions
00:11:21 -
Key points on arrays and pointers
00:12:31
C++ Advanced Pointers
-
Pointer arithmetic
00:06:45 -
Comparing pointers
00:03:40 -
Dynamic memory allocation
00:09:34 -
Resizing an array pointer dynamically
00:09:20 -
Smart pointers
00:07:33 -
Working with unique pointers
00:07:51
C++ Strings
-
Introduction
00:00:53 -
Creating strings
00:04:57 -
Modifying strings
00:01:54 -
Find strings
00:02:57 -
Extract string with substring()
00:04:52 -
Working with characters
00:05:26 -
String to numeric conversion functions
00:06:51 -
Escape sequences
00:05:14 -
Raw strings
00:03:20
C++ Structure and Enumeration
-
Introduction
00:01:03 -
Creating structure
00:03:18 -
Initializing structure
00:03:46 -
Structure constructor and method
00:04:50 -
Array of structure
00:04:27 -
Comparing structure and class
00:02:53 -
Working with methods
00:06:11 -
Structures and functions
00:08:17 -
Pointers to structures
00:05:36 -
Creating enumerations
00:03:20 -
Strongly typed enumerations
00:03:05 -
Default enumerations
00:08:18
C++ Text Files and Streams
-
Introduction
00:00:46 -
What are streams
00:03:03 -
Creating to streams
00:06:25 -
Reading from streams
00:03:54 -
Writing to text files
00:04:24 -
Reading from text files
00:03:36 -
String stream
00:08:18 -
Converting values to strings
00:03:46
C++ Binary and .CSV files
-
Writing to binary file
00:09:50 -
Reading from binary file
00:09:59 -
Writing .csv file
00:12:14 -
Reading .csv file
00:13:00
Frequently asked questions
Who this course is for:
C++ Intermediate level developers curious about programming Anyone interested in learning the Intermediate concepts of C++ Anyone who wants to grasp the concept with real-world examples of coding Anyone who wants to become a proficient software developer Anyone who wants to become an independent programmer
What will I learn in this course?
Advanced usage of pointers in C++. Working with structures to organize and manipulate data. Handling file streams for input and output operations.
What can I expect to gain from this course?
By the end of this course, you will have a solid understanding of how to effectively use pointers, manipulate data using structures, and handle file streams for input and output operations in C++ programming.
What development environment should I use for this course?
You can use any C++ development environment, such as Visual Studio, Code::Blocks, or an online compiler like repl.it. Make sure you have a compiler that supports C++11 or higher to follow along with the course.
Can I access the course materials after completion?
Yes, you will have lifetime access to all course materials, including video lectures, coding exercises, and resources, allowing you to revisit the content whenever needed.
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.