//********************************************* //func get //********************************************* #include #include using namespace std; //============================================= int main(){ char ch; ifstream in("Chars",ios::in|ios::binary); if(!in){ cout<<"Error opening file\n"; return 1; } cout<<"the content of Chars are ...."<