//================================================================================ // Handle conflicts between input data type and expected data type like this. // A. Fischer, April 2001 file: getnum.cpp //-------------------------------------------------------------------------------- #include "tools.hpp" void use_nums( istream& instr ) { cout <<"\nReading numbers.\n"; int number; for(;;) { instr >> number; cout <