Gain knowledge and build your understanding about some of the key concepts of Intermediate C++.

What you will learn

Intermediate Level C++

Description

This course is targeted towards the students of university degree programs of Computer Science, who are either enrolled, or about to enroll in their second course in C++ Programming. In this course, you will learn about the use of Pointers in implementing basic data structures and then using that understanding to implement even more advanced data structures. You will learn how to develop traversing algorithms, File I/O, Object Oriented Programming and more, all in a course of about 1.5 hours.


Get Instant Notification of New Courses on our Telegram channel.


English
language

Content

Pointers

Pointers
Pointers continued

Linked Lists and Dynamic Arrays

Linked List
Dynamic Array

Stack Implementation

Stack using Linked List
Stack using Dynamic Array

Miscellaneous Topics

‘Static’ Keyword
Inheritance
Function Overloading and Overriding