Add a new .cpp file, and add the following code:
Code:#include <iostream.h> // Allows you to use input/output void main() { // All console programs must have this function cout << "Hello World!" << endl; }
|
Results 1 to 26 of 26
Threaded View
|
Click Here to Expand Forum to Full Width |