Quote:
Originally Posted by aelle I'm curious... How do you say "I love you" in C++ ?  |
Code:
#include <iostream>
using namespace std;
int main()
{
cout<<"I love you\n";
} Perhaps that would work?

I don't know much C++, I could tell you better with PHP or Actionscript or the like.