[cpp]
void main()
{
int var = 3.14;
int result = var * 55;
string s = itoa(result);
cout << s << endl;
}
[/cpp]
Printable View
[cpp]
void main()
{
int var = 3.14;
int result = var * 55;
string s = itoa(result);
cout << s << endl;
}
[/cpp]
nope - too bad - it would be nice to have syntax highlighting for c++