#include #include #include #include #include using namespace std; int main() { const string filename = "my_file.txt"; // make a file { ofstream ofs(filename); for (char i = 'a'; i