c1

utorak, 10. travnja 2012.

1. Simple C++ Program - Tutorial


/* this is first program, and after we run program, on screen will be only "Write this on the screen",as you can se on the picture....
*/
#include <iostream>
using namespace std;
int main()
{
    cout<<"Write this on the screen"<<endl;
    system("PAUSE");
    return EXIT_SUCCESS;
}


Nema komentara:

Objavi komentar