Quote:
Originally Posted by username
Without seeing the code you probably used + to concat a String with a float for output. You need to use
cout << string << float variable;
My C++ is a little rusty so I could be wrong.
|
No, I am finishing up c++ and that's exactly what you have to do.