Skip to content

DarioArzaba/CPPStandAlonePrograms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


C++ Course

Standalone programs made back in 2018 for a C++ class taken at Tec de Monterrey.

Installation

  1. Download a C++ compiler.
  2. Clone the repo
    git clone https://github.com/DarioArzaba/CPPStandAlonePrograms.git
    cd CPPStandAlonePrograms
    cd 'Practice Files'
  3. Once installed you can run any file opening the Developer Command Prompt and using the cl command, for example
    cl.exe /Zi /EHsc "/FeC: program.exe" "program.cpp"
  4. Another option is to run the files from VSC using this guide.

Usage

Some examples of the programs you can expect from this repo include:

  1. User input verification, CL interfaces, error handling.
  2. ASCII art, ASCII animations, data structures, string manipulation, cryptography.
  3. Basic math, geometry, statistics and accounting problems. Simple calculator.
  4. Appropriate data type usage, sorting algorithms, spatial relationships.
  5. Random number generator, virtual boards, matrix operations.
  6. Read and write to files, bank account simulation, school database example.

License

Distributed under the MIT License.

Contact

Dario Arzaba - [email protected]

About

Standalone programs made for a C++ class

Resources

Stars

Watchers

Forks

Languages