How to create graphical programs using Code :: Blocks

I used to use Visual Studio for my C ++ programs. But there are some cost effects that I had to change for my IDE, so I chose Code :: Clocks (12.11). But I can not find a way to develop graphical applications with C :: B. Is there a way to develop a GUI using C :: B?

+4
source share
1 answer

Yes, you can develop a GUI with CodeBlocks if you have GTK + or wxWidget . You can use one of them of your choice. CodeBlocks cannot use them until you download and install them, so you need to follow some steps so that you can use them in CodeBlocks. For GTK + configuration steps see this and for wxWidget see this .

+5
source

All Articles