I made a basic C++ program to read a one line text file that does not include any newline character which looks like this:
ifstream ifs; ifs.open(filename); c