An open API service indexing awesome lists of open source software.

https://github.com/deepakroy58/cppreference

cpprefernce learnings
https://github.com/deepakroy58/cppreference

cpp oops-in-cpp

Last synced: 6 months ago
JSON representation

cpprefernce learnings

Awesome Lists containing this project

README

          

# C++ Reference Learning

This repository contains my personal notes, code snippets, and practice programs as I learn C++ from the official documentation at [cppreference.com](https://en.cppreference.com/).

## 📚 Source of Learning
I am referring to the [C++ Reference](https://en.cppreference.com/) website to deepen my understanding of modern C++ concepts, including:

- Syntax and semantics
- STL (Standard Template Library)
- Algorithms and containers
- Language features (C++11/14/17/20/23)
- Templates, memory management, and more

## 📂 Folder Structure

cppreference/
├── primitives.cpp
├── ... (more files coming soon)
└── README.md

## 🚀 Goal

To build a strong foundation in C++ and master topics required for:
- High-performance programming
- Competitive programming
- System-level development

## ✍️ Author

Deepak Roy
[GitHub Profile](https://github.com/DeepakRoy58)

---

> 📌 Feel free to fork, star, or suggest improvements!