hi there everybody,
i want to include exe files through file handling commands.how can i do this?

regards
monto

I'm not sure what you mean.

Do you mean that you want to execute another exe from your program? You can do that using the system() function or one of the exec functions in <unistd.h> .

Hope this helps.

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.