- Download a C++ compiler.
- Clone the repo
git clone https://github.com/DarioArzaba/CPPStandAlonePrograms.git cd CPPStandAlonePrograms cd 'Practice Files'
- Once installed you can run any file opening the Developer Command Prompt and using the
cl
command, for examplecl.exe /Zi /EHsc "/FeC: program.exe" "program.cpp"
- Another option is to run the files from VSC using this guide.
Some examples of the programs you can expect from this repo include:
- User input verification, CL interfaces, error handling.
- ASCII art, ASCII animations, data structures, string manipulation, cryptography.
- Basic math, geometry, statistics and accounting problems. Simple calculator.
- Appropriate data type usage, sorting algorithms, spatial relationships.
- Random number generator, virtual boards, matrix operations.
- Read and write to files, bank account simulation, school database example.
Distributed under the MIT License.
Dario Arzaba - dario.arzaba@gmail.com