I was wondering if anyone knew of a good library to use for making gui's in c++. You should know that i know of winprog but the problem is that its c. I don't want c because i haven't learned c. I would like to use something that you code with in c++. Any help is greatly appreciated.
rockstar8577 0 Newbie Poster
Recommended Answers
Jump to PostWhy are you hesitant to use Visual C++? There you can use either MFC or .NET framework.
Jump to PostYou can also use the QT, it's easy, you can find more information and download it from here
Jump to PostwxWidgets doesn't look to bad, im looking at gtk+ right now.
I use wxWidgets and it is rich not only in handling GUI issues, but also in other stuffs like Direcories/Files streams sockets et al. There are extensions if you need functionality that isn't in core and can write yours …
Jump to PostI think im gonna do Win32 api, i just need to find c++ tutorials, not ones in c
Win32 api should work the same in C as C++. All you need to do is call the functions properly from your C++ code. The C tutorials should help you just fine.
All 15 Replies
LevyDee 2 Posting Whiz in Training
kbshibukumar 1 Junior Poster in Training
strmstn 27 Junior Poster
rockstar8577 0 Newbie Poster
VilePlecenta 39 Junior Poster
strmstn 27 Junior Poster
Spartan-S63 0 Newbie Poster
rockstar8577 0 Newbie Poster
abdelhakeem 0 Forever Learning
Stefano Mtangoo 455 Senior Poster
david.k 0 Newbie Poster
rockstar8577 0 Newbie Poster
Johnsmith1 -2 Newbie Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
rockstar8577 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.