Program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Program

what should i use to make an application?

22nd Dec 2017, 7:58 AM
Oscar Oasis
Oscar Oasis - avatar
4 Answers
+ 6
What kind of application?
22nd Dec 2017, 8:48 AM
David Akhihiero
David Akhihiero - avatar
+ 3
The easiest way to make an application is to write program in any compiling language (C/C++/C#/Deplhi etc) and then compile it. Don't forget to set target before compilation, so then you'll get an exe file (on Windows) or simply executable app on your operating system.
22nd Dec 2017, 8:58 AM
Petr Leliaev
Petr Leliaev - avatar
+ 1
For counting what? And what type of database? Why can't you use the existing apps for it (Access, Oracle, etc)? If you need to write an easy program for storing data, you can do it, for example, using work with files on Python or C++. For counting you can use 'for' in any programming language.
22nd Dec 2017, 9:17 AM
Petr Leliaev
Petr Leliaev - avatar
0
ok thnks
22nd Dec 2017, 9:58 AM
Oscar Oasis
Oscar Oasis - avatar