hello, can any 1 please help/guide me for creating an program .exe file in C. as i am using Dev c++ compiler.say for E.g( program of addition in this by compiling & running it i get the required output. but if i dont want to run the program again n again in c code.instead of it i just create 1 exe file so that when i double click it. it automatically runs & produces the required output.although the s/w itself produces the exe file. but it opens along with all the supported/assosciated files with it. i just require only 1 exe file.
kapilsolanki84 0 Newbie Poster
Recommended Answers
Jump to PostWhen you compile a program the compiler generates the executable program that is usually self-contained except maybe for a few operating system shared libraries and DLLs. You can move the executable program any where you wish on your computer and it will normally run without problems. The source files (*.cpp …
Jump to PostNo -- he is saying he wants to hide the program from everyone except himself -- sounds pretty malicious to me. It's not even possible on MS-Windows because anyone with Admin privaledges can view every program in the system. Programs can not be hidden from Admins or antivirus programs, and …
Jump to PostSadly, FolderSafe is not compatible with 64-bit Windows 7. I was going to install it on my computer to see how good or bad it is but it doesn't work.
Jump to PostThe best and simplest way to keep data private is to put the data on a flash drive (or usb drive) so that you can remove it from the computer when you are not working with it.
Jump to Post>>but its also opening the source code of that exe file
The OP is most likely wrong about that. *.exe programs don't need the source code for its own program. When I compile Hello.cpp to create Hello.exe the *.exe file doesn't need Hello.cpp. It might need some other shared libraries …
All 18 Replies
saad749 0 Light Poster
Isaac Remuant 40 Newbie Poster
saad749 0 Light Poster
kapilsolanki84 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
saad749 0 Light Poster
kapilsolanki84 0 Newbie Poster
saad749 0 Light Poster
Kamatari 1 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
saad749 0 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
saad749 0 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
vinitmittal2008 37 Junior Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
vinitmittal2008 37 Junior Poster
sharunkumar 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.