This is a repository for programing exercises in C++ and Python to give students practice in developing code.
Steps:
- Fork the GitHub to your own repository
- Clone your new GitHub repository to your local machine by using “git clone”
- Complete an exercise
- Once ready to check an exercise either
- Push to GitHub
- Locally check Python
- Run “python3 -m pip install pytest” to install pytest
- Run “python3 -m pytest” to test the python exercises
- Locally check C++
- Run “make” to compile all exercises (g++ compiler)
- Run exe file with input redirection
- Example: ./ex01a.exe < ex01.input.txt