On Fri, Oct 2, 2009 at 2:10 AM, rakesh kumar <[email protected]> wrote: > Hi all > I wanted to know is there any feature like Visual C/C++ on linux If > any body want to do graphical programming in C/C++? > reg
Visual C++ on Windows is a way to use the Win32 API using C++. There's nothing "different" about Visual C++, its the same C++ that's used every where else. On Linux too, lots of different GUI libraries are available that you can use with C or C++. Some of them are Qt (C++) wxWidgets (C++) and GTK+ (C/C++). If you're looking for an "interface builder", then you have Glade for GTK+ and Qt Creator for Qt. Pratul -- dum vivimus, vivamus pratul == lut4rp http://pratul.in _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
