Is it possible for C++ language to copy itself with a new filename?
I am a novice, and will be willing to learn C++ if C++ can do that.
So, if
example.exe was written in C++ and compiled.
Then the C++ would copy itself in a different name.
example2.exe
Is this possible?
Still Typing...