Microsoft's Visual C++ 2008 Express Edition
Microsoft Visual C++ 2008 Express Edition is an integrated development environment (IDE) product for C/C++ (and MASM 8.0 assembly language too).
It has tools for developing and debugging C++ code.
It includes three sub-windows for the development of assembly programs:
- Solution Explorer:
The top left window shows the project contents.
The file contents will be displayed in the Editor Window by doubly clicking on the file name.
- Editor:
The top right window allows users to view and edit file contents.
After editing a file, do not forget saving the file by selecting the
Save
option from the File
menu.
- Output:
The bottom window shows the results of operations such as
Build
.
The debugging results are shown here too.