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).
- Host: GitHub
- URL: https://github.com/trankiencuong2003/cpp_code_ptit
- Owner: TranKienCuong2003
- License: mit
- Created: 2024-12-23T06:09:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-08T16:30:33.000Z (over 1 year ago)
- Last Synced: 2025-02-21T05:15:40.859Z (over 1 year ago)
- Topics: cpp, exercises
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.