https://github.com/ismailza/cpp-programming
Programmation en C++ - ILISI 2
https://github.com/ismailza/cpp-programming
cpp ilisi
Last synced: 30 days ago
JSON representation
Programmation en C++ - ILISI 2
- Host: GitHub
- URL: https://github.com/ismailza/cpp-programming
- Owner: ismailza
- License: mit
- Created: 2023-09-19T19:30:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T15:35:34.000Z (over 2 years ago)
- Last Synced: 2025-12-25T22:31:22.653Z (6 months ago)
- Topics: cpp, ilisi
- Language: C++
- Homepage:
- Size: 611 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Programming
Welcome to my C++ Programming repository! As a student passionate about learning and exploring the world of C++ programming, I've created this repository to share my journey with fellow students and enthusiasts.
## Table of Contents
- [C++ Programming](#c-programming)
- [Table of Contents](#table-of-contents)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Usage
You can clone this repository using the following command:
```bash
git clone https://github.com/ismailza/Cpp-Programming.git
````
Then, navigate to the cloned directory to access the content. You can run C++ programs by compiling them with a C++ compiler like g++.
## Contributing
Contributions are welcome! If you'd like to contribute to this repository, please follow these guidelines:
1. Fork the repository to your GitHub account.
2. Create a new branch for your changes:
```bash
git checkout -b feature/your-feature-name.
```
3. Make your changes and commit them with clear, descriptive commit messages.
4. Push your changes to your forked repository:
```bash
git push origin feature/your-feature-name.
```
5. Create a pull request to merge your changes into the main repository.
## License
This repository is open-source and is available under the [MIT License](LICENSE). You are free to use, modify, and distribute the code as per the terms of the license.
Happy coding!