Click here to Skip to main content
15,922,419 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello, everyone

I want to create a "Test Creation Tool" for teachers to create tests and compile them into completely independent executable files that can be emailed, shared on the Internet, or copied to all computers in a classroom.
My problem is how to make my program generate those independent executable files (tests)?

Any help is appreciated,thanks in advance.
Posted

1 solution

After compiling, .exe is automatically generated (by compiler perhaps).
So go to your program directory, find the bin folder, in that you will have the .exe file.

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900