- 1
What is the best language for a management system?
I'm looking for the best language to write a certain program in. The program could be described as a management system where files about persons are build and hold. Much like a system doctors and so on use nowadays.
2 Antworten
+ 1
I see tons of those programs in C implemented at a bunch of commercial locations. You could try Cpp to be more up to date
+ 1
it is up to you which lang to use. But one thing is certain. You need to use database to keep data and sql language to get info from that data.
Even tkinter (python) is possible to do it.