About 363,000 results
Open links in new tab
  1. How to get started with GUI programming in C : r/C_Programming …

    Nov 1, 2023 · Recently I have been thinking of getting started with GUI programming with C. After a quick online search, GTK seemed the way to go but it had bad reviews for its UI in Windows.

  2. Cross-platform GUI libraries for C that you actually believe in?

    Mar 20, 2022 · But a "real" gui program needs to be lean and mean. Since I kinda don't want to learn oop becasue C makes more sense to me and Cplplus syntax is kinda annoying and the …

  3. Would you recommend doing GUI‘s in C? : r/C_Programming

    I’m a C beginner who has already completed some cool Projects only using the Terminal and C Standard Library’s. Now I want to expand my skillset and thought about doing the same things …

  4. Is there no simple GUI library for pure C? - Reddit

    May 15, 2023 · The project is written in C, but somehow it seems like there is no easy GUI library for C. Yes there is SDL, but implementing a scrollbar with a textfield from scratch is something …

  5. In search of a simple GUI library for C/C++ - Reddit

    I have been programming in C for 3 years now, mainly through my university courses, I would say that I am familiar with C and that I am relatively good at writing programs in C. I am also …

  6. A pretty big list of C++ GUI libraries : r/cpp - Reddit

    Apr 7, 2019 · I thought there weren't many GUI solutions for C++, I was quite wrong. The result is a list of 35 "healthy" C++ UI libraries. I also ended up unearthing a bunch of old, dead UI …

  7. What is the best c# gui framework for making modern windows

    What is the best c# gui framework for making modern windows application? what is like the most ui rich c# library to make windows application, but the library must accept modern ui not some …

  8. What truly is the best C++ GUI library? : r/Cplusplus - Reddit

    Feb 23, 2023 · I always assumed C++ would be the best for making GUIs because of how many nice looking applications are programed in it. So the question stands, what is the best C++ …

  9. What's the best way to develop something with GUI in C#?

    If you want to make an application that works well on desktop and mobile your best bet probably Xamarin, but it isn't a great solution. Another option is write the core logic in C# and then write …

  10. Best way to build GUI in C++? : r/cpp - Reddit

    I know that this has probably been asked a lot but what is the best way for a beginner to build GUI apps in C++?