How to make a source code of these executable files?

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.

http://www.4shared.com/file/2BIqqrIo/Exam_4.html
http://www.4shared.com/file/sZyTUEjM/Exam_2.html
http://www.4shared.com/file/R8UjrGW-/Exam_3.html
http://www.4shared.com/file/yuPI3YwO/Activity_4.html
http://www.4shared.com/file/fXJ1EHls/Exam_1.html
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)...
You can decompile a C++ program but writing from scratch is usually simpler
Topic archived. No new replies allowed.