Hi H@z@n, Try this... - - - - - - - - - - - - - #include <iostream> using std::cout; using std::endl; #include <cstdlib> // EXIT_SUCCESS int main() { cout << "Hello world" << endl; return EXIT_SUCCESS; } - - - - - - - - - - - - - HTH, --Eljay
Hi H@z@n, Try this... - - - - - - - - - - - - - #include <iostream> using std::cout; using std::endl; #include <cstdlib> // EXIT_SUCCESS int main() { cout << "Hello world" << endl; return EXIT_SUCCESS; } - - - - - - - - - - - - - HTH, --Eljay