IT How Tos

Home

About

Sitemap

Contact

compiling-in-cpp

  • In C, in order to run programs, the code needs to be compiled first.
  • Here we can see how to do this in a few different OS's

Ubuntu

  • g++ .cpp
    • # Please insert your program where asked.