I have a main.cc file that takes an input file as an argument. I then want to print stuff into an output file with the same name as the input file but with a different extension. The input files are ...
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 ...