Used for Miami Dade Wolfson's C++ Class.
- Define What the program is to do
- Visualize the program running on the computer.
- Use deisgn tools to create a model of the program.
- Check the model for logical errors.
- Type the code, save it, and compile it.
- Correct any errors found during compilation. Repeat steps 5 and 6 if needed.
- Run the program with test data for input.
- Correct any errors found while running the program. Repeat steps 5 through 8 as many times as necessary.
- Validate the results of the program.
Funky way of coding C++ on Windows:
Cant use gitbash for opening program, must use Developer Console. (use cd c:\ for highest level) When creating a new file: 1. Save the file as .cpp, create folder for said project/file. 2. Terminal in VSC -> Run Build Task a. This creates new files to support the C++ file. b. Must do this for every addition, removal, save, etc.. 3. Run the program (without debugging)
Can still use gitbash for git commands, but not opening the program