Here you can find simple C++ code, and you can learn how to make simple c++ program by your self....
c1
utorak, 10. travnja 2012.
2. Simple C++ Program - Tutorial
#include <iostream>
using namespace std;
int main()
{
int number;
number=6;
cout<<"Write this on the screen: "<<number<<endl;
system("PAUSE");
return EXIT_SUCCESS;
}
Nema komentara:
Objavi komentar