Click to See Complete Forum and Search --> : does this work like the php tags test


Morbane
November 18th, 2010, 03:25 AM
void main()
{
int var = 3.14;

int result = var * 55;

string s = itoa(result);

cout << s << endl;

}

Morbane
November 18th, 2010, 03:26 AM
nope - too bad - it would be nice to have syntax highlighting for c++