/Study-Material-for-CPP

Putting all the study materials of the NPTEL C++ course in one place.

Primary LanguageC++

NPTEL C++ Course

  • This repository contains my self-made notes and assignments of the NPTEL C++ course.

  • These notes and code snippets have been created and made by me, completely to my understanding of the course.

  • I have tried to make the notes as simple as possible, and have tried to include all the important points of the course.

You can click on the links below to directly go to the notes of the respective weeks. Happy Learning !

  • Do 🌟 this repository if you find it helpful !!

Contents

  • 🔗 Week 1 : Loops, Arrays & Common DS

  • 🔗 Week 2 : Manifests, Pointers and References, Overloading, Dynamic Memory Management

  • 🔗 Week 3