Hey there everybody...
I was just looking around the internet when I came across some different C++ libraries for GUI
and a question came to mind: What is the best GUI Library for coding applications on windows in C++?
Preferably one the works well with OpenGL...
Any advice would be very much appreciated!
5 replies to this topic
#1
Posted 21 May 2010 - 12:22 PM
|
|
|
#2
Posted 21 May 2010 - 12:28 PM
It depends a little on how you define "best". Answers will range from "just use the Windows API" to "MFC" to ...
#3
Posted 21 May 2010 - 12:31 PM
How good is the windows API? What kind of features does it have? Where could I look into it?
#4
Posted 21 May 2010 - 02:49 PM
It's really a C library, but it gives you full access to the Windows system.
Windows API (Windows)
The Winapi (C Win32 API, No MFC) tutorial
Windows API (Windows)
The Winapi (C Win32 API, No MFC) tutorial
#5
Posted 21 May 2010 - 03:55 PM
Thanks... that windows API link was extremely helpful... I'll study up on it more and more as I progress in my C++ knowledge
Thanks again :D
Thanks again :D
#6
Posted 22 May 2010 - 04:49 AM
Glad to help :)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









