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
- Host: GitHub
- URL: https://github.com/deepakroy58/cppreference
- Owner: DeepakRoy58
- Created: 2025-07-14T17:25:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-07-15T05:19:09.000Z (6 months ago)
- Last Synced: 2025-07-15T11:50:12.665Z (6 months ago)
- Topics: cpp, oops-in-cpp
- Language: C++
- Homepage: https://en.cppreference.com/w/cpp.html
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!