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
- Which coding language should I learn next? Just finished my first year of college for computer science, and I learned C++. What should I go for next. I'm thinking app designing languages, and I have an iPhone. Should I go for Swift?
- Where to start for coding Iphone apps for beginner? I'm a complete beginner, I know nothing about code except that there are different languages of it. Where is a good place to learn about code if I want to develop Iphone apps?
- What code do I need to learn to make an iPhone game application? Also, what do I need to use to make the app on my Windows computer? I'm making a game sort of like Temple Run.
- Want to learn coding. C before Obj-C? And where to begin? I want to learn objective-C so that I can eventually get to where I can make iPhone apps. Would it be beneficial to learn C before Objective-C or would it just be a waste of time? Also, where should I begin with C/Obj-C? With books, YouTube videos, or what?