#include <iostream.h>
main()
{
cout << "Hello world!";
return 0;
}
C, C++, perl, a bit of VB6, as bit of sql, working on learning python
I was planning to learn that. I looked over it and it seemed pretty much similar to PHP to me. But I don't like the fact that its interpreted. But thats how things are going to be with languages that simple and easy.Python rocks. It's one of my favorites.
I can understand most any language by comparing the code and the result. That's how I've learned to code events in a Cave Story level editor. :/
I was planning to learn that. I looked over it and it seemed pretty much similar to PHP to me. But I don't like the fact that its interpreted. But thats how things are going to be with languages that simple and easy.
That's code is almost 10 years old. We got rid of iostream.h when the standard was released in '98.
EDIT: Hope that didn't come off as mean, just thought I'd mention.