소스 검색

README.md

Ian 9 년 전
부모
커밋
690d0eb356
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      README.md

+ 1
- 0
README.md 파일 보기

@@ -27,6 +27,7 @@ Remember that unsigned short does not have negative numbers.
27 27
 The program lets the user add or remove stats. You will need to implement a system in the setters that validates if the user wrongly removes stats. For example, if the player has 0 assist, and the user removes an assist, the setter will need to verify and tell the user.
28 28
 
29 29
 **Instructions**
30
+
30 31
 1. In `BPlayer.cpp`, add input validation in:
31 32
 
32 33
 	* void remPoints()