// This is the second way of opening a file using the member function open. // Previous lecture we saw how to open a file using a constructor. out.open("lec_62_sample_file.txt"); // Using the open ...