Example: confidence
C++ Tutorial Part I : Procedural Programming

C++ Tutorial Part I : Procedural Programming

Back to document page

In Linux, we can compile hello.cc by going into the directory with that file, and typing g++ -o hello hello.cc assuming we're using the GNU C++ compiler, g++. This probably also exists as “c++”. The part “-o hello” tells the compiler to output the program to a file called “hello.” This is the program we will actually run.

  Linux, Programming, Part, Tutorials, Procedural, Tutorial part i, Procedural programming

Download C++ Tutorial Part I : Procedural Programming


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Related search queries