0
Program
what should i use to make an application?
4 Answers
+ 6
What kind of application?
+ 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.
+ 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.
0
ok thnks