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

https://github.com/trankiencuong2003/cpp_code_ptit

A collection of C++ programming exercises and solutions, focused on competitive programming and educational purposes. This repository is designed for students and enthusiasts to practice and improve their C++ coding skills, especially for problems related to the Posts and Telecommunications Institute of Technology (PTIT).
https://github.com/trankiencuong2003/cpp_code_ptit

cpp exercises

Last synced: 11 months ago
JSON representation

A collection of C++ programming exercises and solutions, focused on competitive programming and educational purposes. This repository is designed for students and enthusiasts to practice and improve their C++ coding skills, especially for problems related to the Posts and Telecommunications Institute of Technology (PTIT).

Awesome Lists containing this project

README

          

# CPP_Code_PTIT

This repository contains C++ code examples and exercises from PTIT (Posts and Telecommunications Institute of Technology).

## Table of Contents

- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Introduction

This project includes various C++ programs and exercises that are part of the PTIT curriculum. It is intended to help students understand and practice C++ programming concepts.

## Installation

To get started with this project, clone the repository to your local machine using the following command:

```sh
git clone https://github.com/TranKienCuong2003/CPP_Code_PTIT.git
```

## Usage

Navigate to the project directory and compile the C++ files using a C++ compiler. For example, to compile a file named `example.cpp`, use the following command:

```sh
g++ example.cpp -o example
```

Then run the compiled program:

```sh
./example
```

## Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to follow the coding standards and include appropriate comments in your code.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.