@Atagi, post #1
@Atagi, post #1
@michal_zukowski, post #2
cout << "Hello MorphOS World!" << endl; cout << "Press ENTER to continue..." << endl; cin.get(); return 0;
@Atagi, post #4
#include <iostream>
using namespace std;
int main()
{
cout << "Hello MorphOS World!" << endl;
cout << "Press ENTER to continue..." << endl;
cin.get();
return 0;
}@krashan_, post #6
@kiero, post #9