Skip to content

ghooo/cpp-you-have-no-clue-existed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-you-have-no-clue-existed

Important

Run using C++11 or C++0x or newer versions.

Where are the cool files?

In directory cpps

How to run a file from the shell directly

  • open your shell
  • clone the project to your machine git clone https://project-link-on-github
  • open project directory: cd directory-of-cpp-you-have-no-clue-existed/
  • clean everything in src folder: rm -rf src/*
  • Copy the file you want to run from cpps/ to src/: cp cpps/file-name src/
  • Build your file: make
  • Run the file: bin/out

ENJOY~~!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published