Posts Tagged ‘executable file’

How t develop a small program in c language?

I made a some program in c language, But I want 2 use that program in my real life or in practically. So how i can create a executable file develop in c language. Please help me.

How do you compile a C# program written in Visual Studios into an executable file?

I’ve created a program in C# and would like to compile the solution into an executable file such that anyone can click the file and run it. I’ve written the program in Visual Studios 2008, and its in C#.