How do people make applications with text boxes, command buttons, check boxes, etc in visual c++ in professional applications. Are there api for creating each of the controls or are the applications based on dialog resources(MFC)? Which way is easier/better?
How do people make visual applications in C++?
Yes, there are several APIs, depending on the OS you are building for.
If you try out Visual Studio Express, that will at least get you started. Learning GTK gives you the most platforms to work with, MFC is helpful, though most apps are now using the .net framework.
Reply:Use Microsoft Visual Studio ... especially for .NET platform.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment