// listing2.3.cpp #include <iostream> int main() { using std::cout; using std::endl; cout << "Hello world! using std cout" << endl; return 0; }
Hello world! using std cout Process returned 0 (0x0) execution time : 0.078 s Press any key to continue.
Tidak ada komentar:
Posting Komentar