Exercise 1 – Compiling your first C program



Part 1

1 – Compiling your first C++ program

• Make a new file.

• save it as task1.cpp

• write the following program / code in it.

#include

using namespace std;

int main()

{

cout ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download