print the content of your program's source file to console, without user inputting the file name or giving it in source.More like a Cat On A Hot Tin Roof
Read / Write Array Of ByteThe image location is flagged as suspicious by McAfee Web Advisor...
Why is cin not working after loop?clearerr() This only works for c file streams (FILE*) - not C++ fstreams. clear() Sets the stream ...
std::compare_three_way not compilingAre you compiling as C++20 ?
print the content of your program's source file to console, without user inputting the file name or giving it in source.Since C++20 use std::source_location to get info about the source file. Consider: [code] #include <...