I need to knw hw I can make a gui for aa prograaaam written in C++ ,m using the codeblocks IDE

Recommended Answers

All 2 Replies

Code::Blocks comes with several GUI toolkits. Just start a project with one of those.

As AD said, but to elaborate - there are a number of C++ GUI tool kits that you can use, some of which are nicely multi-platform (Windows/Unix/Linux) and only require a recompile to run on any of them. The GUI tool kits that I see most often for this are things like wx and qt. Both are good, though wx is simpler and qt is more complete. Either will let you build nice GUI applications without a lot (but some) of effort.

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.