VISUAL C++(ID:2610/vis010)


as MS/WIN and the benefits of the GUI become widely accepted, the programming for Windows is in high demand. Programming for Windows is different from the old-style batch or transaction-oriented programming. An essential difference between them is that a Windows program processes user input via messages from the OS, while an MS/DOS program calls the OS to get user input. VISUAL C++ is a textual language which uses a GUI builder to make programming decent interfaces easier to the programmer.  VISUAL C++ includes the following tools: MFC (Microsoft Foundation Classes) large and extensive C++ class hierarchy library, Application Wizard code generator creates working skeleton, Class Wizard generates code for a new class, Application Studio resource editor which includes wysiwyg menu editor and a powerful dialog box editor.


Structures: