Welcome to the C-Cpp Programs repository! This collection contains a variety of C and C++ programs that demonstrate various concepts and algorithms.
Here are some of the programs included in this repository:
- Hello World
- Simple Calculator
- File I/O
- Even Odd Identifier
- GCD Calculator
- Tic Tac Toe (CLI)
- Ticketing System
- Vowal Identifier
To compile and run these programs, you'll need a C/C++ compiler installed on your machine. For example, you can use GCC.
-
Clone this repository:
git clone https://github.com/Maaz-319/C-Cpp.git
-
Navigate to the program directory:
cd C-Cpp
-
Contributing We welcome contributions! If you have a useful C or C++ program you'd like to add, please check the repository, analyze it, and create issues. Ensure your code follows the style guidelines and includes appropriate documentation.
Enjoy coding and exploring these C and C++ programs! If you have any questions or feedback, feel free to open an issue in the repository.
-
Usage
cd HelloWorld
gcc hello_world.c -o hello_world
./hello_world