Read character by character from a file
807588Jan 23 2009 — edited Jan 24 2009Dear Experts
I want to read a file character by character. I would appreciate if anyone will let me know if there is a function like fgetc (of C programming language) or cin.get (like c++)
I would also be interested in reading a file word by word like the cin.get(temp,' ') // delimited by space
I would appreciate your help in this matter
Thanks
Manish