Hello! I am just wondering if it is possible to send a project to someone via email - In a simple way, almost like you would install software from the internet, maybe a setup file, or something. The compiler I use "Dev C++" creates a .cpp file and an executable. Unfortunately, I cannot send that .exe file. How would you recommend sharing a program?
Use a zip program, and zip the executable and the cpp source file into one file. You can then send it without the browser complaining. It's best to let the person you're sending it to, know what you sent, and maybe even the size of each file, so they know what to expect. Anyway, that's what I do.