Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Daily Practice & Notes

A collection of clean, readable, and well-structured C++ code snippets written during my daily learning journey. This repository serves as both a personal tracker and a practical code-based reference for other students learning C++.

Instead of complex documentation, the code itself is written to be self-explanatory, well-commented, and easy to follow.


📚 How to Use This Repo as Notes

  • Read the Code: Every file focuses on a specific concept, keeping syntax simple and readable.
  • Check the Comments: Important logic, edge cases, and syntax rules are explained directly within the code.
  • Run it Locally: You can clone any file to test, modify, and experiment with the concepts.

🛠️ How to Compile and Run

To run any of these files on your own machine using a terminal and g++:

# Clone this repository
git clone [https://github.com/Sahil002620Q/dev-tools.git](https://github.com/Sahil002620Q/dev-tools.git)

# Compile the specific file
g++ filename.cpp -o program

# Run the compiled program
./program

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages