Skip to content

Reet-Kamlay/cpp-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📘 C++ Tutorials

Welcome to the C++ Tutorials repository! This collection comprises various C++ programs created as part of my learning journey. It serves as a personal archive and a reference for beginners aiming to understand the fundamentals of C++ programming.


📁 Project Structure

cpp-tutorials/
├── .vscode/
├── file1.txt
├── file2.txt
├── file3.txt
├── tut1.cpp
├── tut1.exe
├── tut2.cpp
├── tut2.exe
├── ...
├── tut26.cpp
├── tut26.exe

Note: Executable files (.exe) are included for corresponding .cpp files.


🧰 Technologies Used

  • C++: Core programming language
  • GCC / MinGW / MSVC: Compilers for building C++ programs
  • VS Code / Code::Blocks / Dev-C++: IDEs for development

📝 Getting Started

To compile and run the C++ programs:

  1. Clone the repository:
    git clone https://github.com/Reet-Kamlay/cpp-tutorials.git
  2. Navigate to the project directory:
    cd cpp-tutorials
  3. Compile a C++ program:
    g++ tut1.cpp -o tut1
  4. Run the executable:
    ./tut1

Note: Replace tut1 with the actual name of the C++ file you wish to compile and run.


📚 Topics Covered

  • Basic syntax and structure of C++ programs
  • Control flow statements (if, else, switch, loops)
  • Functions and recursion
  • Object-oriented programming concepts
  • File handling
  • Standard Template Library (STL) basics

🤝 Contributing

Contributions are welcome! If you have suggestions or improvements, feel free to fork the repository and submit a pull request.


📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


👨‍💻 Author

Reet Kamlay
GitHub: @Reet-Kamlay


Happy coding!

About

Beginner to intermediate C++ programs and exercises including basic syntax, OOP concepts, and file handling — a practical learning archive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages