
for (i=0, i<10; i+1; );
#include <stdio.h>
#include <iostream>
int main(void)
{
std::cout << "Hello World!" << endl; //or "/n" after "Hello World!"
system("PAUSE");
return 0;
}
The differences between Visual Basic and C++, By Thomas Medes
