<<< Final Project: "Running Total" Calculator | Index | Implementation Overview >>> |
The prototype of this project contains multiple files. Create new empty C++ project named M13, create a "src" subdirectory, and download the following files:
M13_main.cpp ( download ) the main driver program.
m13_externs.h ( download ) declarations of global variables and functions.
m13_externs.cpp ( download ) definitions of global variables and implementation of global functions.
m13.h ( download ) declarations of miscellaneous functions, including user input interpreter.
m13.cpp ( download ) implementation of miscellaneous functions
m13_calculator.asm ( download ) implementation of math handler procedures
<<< Final Project: "Running Total" Calculator | Index | Implementation Overview >>> |