Hi!I'm new here and new to C++...I've been studying C++ for almost 4 months already...And I want to know the source code of these executable files....just follow the link to download the exe file. I need the source code not before friday...thanks for the help in advance.
You cannot get the source code to an EXE because the source code is not saved with the EXE. When it is compiled, the variable and function names get changed so they cannot be reverted. If you want to figure out how it works, then learn the EXE format.
I haven't actually downloaded the files, but if they're simple programs, you could actually write the code yourself.. If they're more advanced (or you're just too lazy to do that) then that won't work (see LB's explanation)...