tailieunhanh - Lecture Practical C++ programming - Chapter 7: The programming process

Chapter 7 introduce students to the entire software life cycle. One of the limitations of the classroom is that the life cycle of a program is about a week long. The student gets his assignment, does it, turns it in, and never touches it again. | Chapter - 7 The Programming Process Practical C Programming Copyright 2003 O Reilly and Associates Pagel The Programming Process fig needs fixing Actually needs rewriting for this format Practical C Programming Copyright 2003 O Reilly and Associates Page2 Setting Up In general you want to put each program in a separate directory. To create a directory use the commands UNIX cd mkdir calc cd calc Microsoft Windows Command Prompt window C cd C mkdir calc C cd calc Practical C Programming Copyright 2003 O Reilly and Associates .