I've always heard people say that C++ and PHP are a very similar language. So, today I took my first lesson in C++.
Code:
#include <iostream.h>
int main ()
{
cout << "Hello World!";
return 0;
}
That does what this does in php
PHP Code:
<?php
echo "Hello World!";
?>

I'm a genius!
Anyone else here program? I'm downloading Microsoft Visual C++ from Microsoft.com and with a 4.0mbps connection, its taking for ever. It's only a 32mb file, but Bill Gates has a crappy server.
Just thought I would share