Of course it is. You can do just about anything in C/C++. There are much easier and quicker ways to do it, of course.
Hi sheelnidhi, Yes it is possible to develop GUI using C/C++, There are several GUI Toolkits available for GUI developement. One of the most popular and cross platform framework/toolkit is Qt. ( http : // en.wikipedia.org/wiki/Qt_(toolkit) ) If you want to go for much simpler toolkit then try wxwidgets. ( http : // en.wikipedia.org/wiki/WxWidgets ) Though there are plenty of others, you can search over google/wikipedia for more details, for convenience here is a link: ( http : // en.wikipedia.org/wiki/List_of_widget_toolkits )
I think you can create a good GUI using Computer Graphics using Turbo C/C++ editor. For what you want GUI? I mean to say any software or anything.
If you are developing for Microsoft Windows, you can also use MFC to create simple and easy GUI in C++. Another option is win32 API, but its overly complicated. Ofcourse you need Visual Studio for this. VS express is a free version, but does not support MFC out of the box, however with some tweaking, you can configure MFC with it.