Skip to content

BeingSeight/Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Projects 💻

C++ Stars

📖 Overview

Track of College Classes. This repository contains various C++ projects and examples to help you learn and understand C++ programming. It includes sample code, tutorials, and exercises to enhance your coding skills.

✨ Features

  • Basic to advanced C++ tutorials
  • Practical examples and projects
  • Exercises for hands-on practice
  • Clean and well-commented code

🛠️ Technologies Used

  • C++
  • Standard Template Library (STL)

🚀 Getting Started

Prerequisites

  • A C++ compiler (e.g., GCC, Clang, MSVC)
  • A code editor (e.g., VS Code, CLion)

Installation

  1. Clone the repository

    git clone https://github.com/BeingSeight/Cpp.git
  2. Navigate to the project directory

    cd Cpp
  3. Compile the C++ files

    g++ -o output_file source_file.cpp
  4. Run the compiled program

    ./output_file

📁 Project Structure

Cpp/
├── tutorials/        # C++ tutorials
├── examples/         # Example C++ files
├── exercises/        # Practice exercises
├── README.md         # Project documentation
└── assets/           # Assets like images or additional resources

💡 Usage

  1. Navigate through the tutorials to learn C++ concepts.
  2. Explore the examples to see C++ in action.
  3. Practice with the exercises provided.

🤝 Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📝 License

This project is open source and available under the MIT License.

👤 Author

BeingSeight

⭐️ Show your support

Give a ⭐️ if this project helped you!

📫 Contact

If you have any questions or suggestions, feel free to open an issue on GitHub.


About

keeping the track of C++ Learnings (Resources: College and Exercism website for revision)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages