So clearly I've been using Perl way too long and I've forgotten how to do some pretty elementary C++ stuff. You should have seen the puzzled look on my face when the compiler told me "Cannot convert ...
All I want to do is spit out a number (in this case a float) into a fscking message box. ie. Application->MessageBox(thenumber, "sdfsdfljk", MB_OK); Now, obviously the number must be converted to ...