fixed
Posted: Tue Sep 20, 2005 8:41 pm
what could possibly be wrong with ...
yes i did include iomanip....
this is the error I gget...
:\Documents and Settings\Owner\Desktop\Program3\Program3\Program3.cpp(29) : error C2065: 'fixed' : undeclared identifier
Code: Select all
cout << setprecision(2) << fixed;this is the error I gget...
:\Documents and Settings\Owner\Desktop\Program3\Program3\Program3.cpp(29) : error C2065: 'fixed' : undeclared identifier