<<< First C++ program, cont. | Index | Creating First Microsoft VC++ Project, cont. >>> |
Microsoft Visual C++ Development environment includes an editor with program code colorization, syntax checking, on-line help, and other tools. It enables to find and diagnose programming errors using program debugger with graphical user interface.
Visual C++ allows writing portable, standards-conformant C++ programs that use advanced features of the language, based on concepts of object-oriented design and generic programming.
Combination of these qualities makes Microsoft Visual C++ an attractive choice for many novice programmers and professional developers. For developing highly portable code, it is crucial to compile your programs by as many different compilers as possible, and VC++ is certainly one of them.
<<< First C++ program, cont. | Index | Creating First Microsoft VC++ Project, cont. >>> |