Name: Anonymous 2008-07-15 14:50
#include <iostream>
main()
{
std::cout << "Hello World!" << std::endl;
}
What am I doing wrong here? The cmd just flashes and close. It doesn't display hello world.
main()
{
std::cout << "Hello World!" << std::endl;
}
What am I doing wrong here? The cmd just flashes and close. It doesn't display hello world.