Hi,
very simple question : what is the best language to make the most optimized software possible ?
The idea is to make a full on software, with user interface and everything, that works with the less possible ressources/hardware so something that could be super fluid even on a 20 years old PC basically.
So I was wondering which of the 3 is the best ?
I know Assembly can be used to make very compatible things (example of RollerCoaster Tycoon) and I know C so I know you can control memory which seems to be a good way to control ressources/perfomances, compared to Python for example, but I know C is usually more to create OS so i would say C++ because here i'm trying to create a software.
very simple question : what is the best language to make the most optimized software possible ?
The idea is to make a full on software, with user interface and everything, that works with the less possible ressources/hardware so something that could be super fluid even on a 20 years old PC basically.
So I was wondering which of the 3 is the best ?
I know Assembly can be used to make very compatible things (example of RollerCoaster Tycoon) and I know C so I know you can control memory which seems to be a good way to control ressources/perfomances, compared to Python for example, but I know C is usually more to create OS so i would say C++ because here i'm trying to create a software.