The Visual C++ Programming Language
Free
resources updated everyday:
XXXLINKSXX
As the Microsoft Windows and the benefits of the graphical user interface (GUI) became widely accepted, the programming for Windows became in high demand. Programming for Windows is different from old-style batch or transaction-oriented programming. An essential difference between them is that a Windows program processes user input via messages from the operating system, while an MS-DOS program calls the operating system to get user input.
Visual C++ is a textual language which uses a graphical user interface builder to make programming decent interfaces easier on the programmer.
Significant Language Features
C++ is one of the components of Visual C++. However, its compiler can process both C source code and C++ source code. Further more, the version 4.0 compiles Fortran code as well.
Visual C++ also includes a large and elaborate collection of software development tools, all used through a windowed interface.
The Microsoft Visual C++ includes the tools listed below.