Hello programmers I want to create a c++ application with graphical interface for my school project.I usually use turbo c++ as compiler.For graphical programming which compiler will be better & how will I do it? Thanks in advance
Try using Visual Studio C++ express edition. Its free and makes some pretty good looking GUI applications.
Graphical interface ? Are you talking about Windows GUI ? If yes, then you need a latest compiler like Microsoft VC++ Express. You can design the GUI in Win32, MFC or .NET.
Microsoft visual studio c++ 2010 express released by Microsoft for f# also ..try this for a better GUI application..