Skip to content

Roynecro97/cpp-no-loop-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-no-loop-exercise

A short C++ exercise meant to introduce some standard algorithms.

Running the exercise

After making sure you have access to the docker image (either by building it locally or deploying it to an available repository), use the ./stdex script as the main entrypoint.

Starting the exercise

./stdex start

A template named stage1.cpp will appear in the current directory, it contains instructions and a main() function for you to fill.

Verifying your solution

./stdex verify STAGE

You solution (in STAGE.cpp) will be compiled and checked using a few IO-based tests.

If the solution passes both compilation and the tests, the next stage will be automatically generated.

Building the docker

./build_exercise.sh

About

A short C++ exercise meant to introduce some standard algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published