NoobixCube
- 154
- 0
Hey can anyone direct me to a good website??
The discussion revolves around finding suitable resources and frameworks for developing graphical user interfaces (GUIs) in C++. Participants share their opinions on various libraries and tools, including Qt, GTK+, wxWindows, Win32 API, and Microsoft MFC, while also providing links to tutorials and documentation.
Participants generally agree on the recommendation of Qt for GUI development, but there is disagreement regarding the use of Win32 API and MFC, with some participants expressing strong negative opinions about these options.
Participants express varying levels of experience with different frameworks, and some comments reflect personal biases based on past experiences with specific tools.
chroot said:I'd also advise that you do not use the Win32 API if all you need is a basic GUI, or even a fairly complex GUI.
- Warren