Skip to content

LuisM2212/x06

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.github/workflows/main.yml <<<<<<< HEAD <<<<<<< HEAD

x06

=======

CppMath

1864852 (Initial commit) =======

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

09d2326 (Add basic c++ code to run within cpp-container)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •