Skip to content

TaigaODonnell/CppMath

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build C++

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 61.7%
  • C++ 38.3%