how to modify the cout format of float?int main() { float a = 3300.05; cout << "a = " << a << endl; // a= 3300.05 float b = 33...
use data stored in another function ionvolving headerWell actually I'm doing an assignment. It requires me to implement a read function to store an imag...
use data stored in another function ionvolving headerMy Case is like this --------------------- //abc.h Public: void write(); void read(); Pr...
about reading integers in a stringOh, I made it. Thanks.
about reading integers in a stringThanks for the reply first. Actually there is another problem. I have to read a string of number f...
This user does not accept Private Messages