Tools-C

Terminal

  • Create a C++ file (with name for example Sample.cpp)
  • Go with the Terminal to the directory that you saved the file (Sample.cpp)
  • Type to the Terminal make Sample
  • It's create a Unix Executable File
  • Run in through the Terminal with command ./Sample