Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
morris said:Hello,
I want to write an application in C or C ++ (the backend), but I do not know which framework is better in each of these languages. Then what framework to choose, whether a framework in C ++, or Python for GUIs.
Thank you.
edwin said:There are frameworks for everything: MVC, ORM, testing, etc. You have to be more specific and explain what the idea of development is.
For GUIs in C ++ and Python, Qt is best, but if you plan to develop something to sell, you will have to pay for the license.
No one answered you before because it seems like you do not even know what you're asking. Land the idea a little, and maybe someone else can help you.
capitalist said:morris said:Hello,
I want to write an application in C or C ++ (the backend), but I do not know which framework is better in each of these languages. Then what framework to choose, whether a framework in C ++, or Python for GUIs.
Thank you.
Any.
Do it in C # with Windows Forms and you can have something working the first day. With C ++ long it would take very long time and you need to be an expert to do so, especially if you work in MFC or ATL.
Then, if you want a bigger challenge, you can go for Delphi (Embarcadero = yes, has a weird name).
Python do not waste time with, not the tool you want.
capitalist said:morris said:Hello,
I want to write an application in C or C ++ (the backend), but I do not know which framework is better in each of these languages. Then what framework to choose, whether a framework in C ++, or Python for GUIs.
Thank you.
Any.
Do it in C # with Windows Forms and you can have something working the first day. With C ++ long it would take very long time and you need to be an expert to do so, especially if you work in MFC or ATL.
Then, if you want a bigger challenge, you can go for Delphi (Embarcadero = yes, has a weird name).
Python do not waste time with, not the tool you want.