Hi Prabhas,
This worked for me:
#include <iostream> int main() { std::cout << "Hello world" << std::endl; }
What's your source code?
HTH, --Eljay
Hi Prabhas,
This worked for me:
#include <iostream> int main() { std::cout << "Hello world" << std::endl; }
What's your source code?
HTH, --Eljay