Tips: Don't forget top-down design and stepwise-refinement techniques.
Develop the program one game (module) at a time.
Build each module by steps.
For example, complete the code to get a random generated number first (pp. 133-134)
then gradually build the module to get user input,
compare the random generated number(s) with user number(s) and finally accumulate the wins.
'기타 > 컴퓨터공학' 카테고리의 다른 글
초보자들의 질문 (0) | 2011.12.15 |
---|---|
call by value, call by reference, call by value result, call by name (0) | 2011.12.09 |
응답없음의 원리 [네이버 지식인의 질문에서] (0) | 2011.12.03 |
컴퓨터 공학 준비에 대해서요 [예비 대학생의 질문] (0) | 2011.12.03 |
컴퓨터공학이란 무엇인가요 [고3 수험생의 질문] (0) | 2011.12.03 |