Is there a way to create a GUI completely in C++ code?
zite.1 0 Newbie Poster
Recommended Answers
Jump to PostYes.
Jump to Postyes it can be a bit of a pain at first but using the windows api it can be done :)
this is of course in windows, you need to specify the OS for a more specific answer.
Jump to PostHere is a popular tutorial. win32 api is C, not C++. You can create c++ programs that call win32 api but it isn't necessary. MFC and wxWidgets are two c++ gui libraries. wxWidgets …
All 11 Replies
Rashakil Fol 978 Super Senior Demiposter Team Colleague
Killer_Typo 82 Master Poster
zite.1 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
ag1gold 0 Newbie Poster
Voynex -4 Newbie Poster
Arctic wolf 5 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Arctic wolf 5 Light Poster
Voynex -4 Newbie Poster
Arctic wolf 5 Light 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.