How to make my C coding into an application?

How to make my C coding into an application?

If it runs, and it does something useful, then it's an application already.

If you mean "app", the tech culture term that Jobs & Co. Ripped-off to use for downloadable iPhone programs, that involves more work that you probably put into the programs to begin with.

The suggestion of NetBeans is off-target. That's an IDE, not a compiler, and it offers no help for building GUIs in C/C++ last I looked. The latest editions have added features to export.NET applications to iOS and Android, as well as their usual Window Store. You need a compiler. Netbeans will be most appropriate for a beginner.

You need a compiler. Netbeans will be most appropriate for a beginner.

Thanks husoski