1
Xonuss
6y

So a the noob I am, I have never coupled my programs with a GUI and only doing console apps, so I wanted to ask you; when making programs, methods and whatever, how do I link these methods to areas in a GUI to make a "proper" application for let's say windows? Any good places to go for ideas and whag framework is recommended?

Comments
  • 0
    which language?
  • 0
    WPF
    MVVM with databinding
    SQL Server Express
    Visual Sudio Community

    It's all microsoft but it's all free
  • 0
    @2nd2NULL As of now I'd say C# and C, but I suppose theory is the same regardless? So whatever really. Am I mistaken that you have to make end points and access them from places in the GUI?
  • 0
    Javafx or c# using the built in gui tools for visual studio are the first things that come to mind. Depending on needs/goals you could just make a web app. Flask for python is pretty simple to get started with.
  • 1
    @teganburns SFML is for C++, for C there is SDL
  • 0
    @Binary I'm not sure who to reply, but is SFML mainly for C++ game development or is it actually good for any application?
  • 1
    SFML is for games and multimedia apps. Its not really good for gui apps or stuff like that
  • 0
    @Binary could you recommend one for gui apps then? Or you prefer the C one?
  • 1
    Qt is the best for gui in C++
Add Comment