c++ txt file

How to get amount of character from .txt file?
Read the file into variable and include string, use namespace std and then do
var.size();
Last edited on
Topic archived. No new replies allowed.