https://rentry.org/PPP2_ch07

/robowaifu/'s C++ learning textbook chapter 07

Completing a Program

“It ain’t over till the fat lady sings.” —Opera proverb

"Writing a program involves gradually refining your ideas of what you want to do and how you want to express it. In Chapter 6, we produced the initial working version of a calculator program. Here, we’ll refine it. Completing the program — that is, making it fit for users and maintainers — involves improving the user interface, doing some serious work on error handling, adding a few useful features, and restructuring the code for ease of understanding and modification."

PrevHomeNext

Edit
Pub: 21 Jan 2023 06:54 UTC
Edit: 02 Apr 2023 10:14 UTC
Views: 488