An open API service indexing awesome lists of open source software.

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

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!