I have a text file with an unknown number of letters and I want to find the number of letters in it using fstream, how should I do it?
I cant use getline and then find the number by counting, as I don't know the length of the array I should initialize.
Plz Help
Thanks!