I know this post was already been done. I am still confused about it.
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
I added this to VB studio 10 express and it said succeed but I did not see an output on my input. I tried almost everything that was suggested but it is still not coming.