Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

CppMath

Building in docker container

If you have not already built the Docker container, use the following:

docker build -t cpp-container .

Once you have a built Docker container, run it interactively:

docker run -v "$(pwd)":/usr/src -it cpp-container sh

Then -- inside of the container -- compile the program:

g++ main.cpp

and if it compiles successfully, run it with ./a.out

To exit the container, type exit

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages