瀏覽代碼

README.md

Ian 10 年之前
父節點
當前提交
690d0eb356
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

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.
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
 **Instructions**
29
 **Instructions**
30
+
30
 1. In `BPlayer.cpp`, add input validation in:
31
 1. In `BPlayer.cpp`, add input validation in:
31
 
32
 
32
 	* void remPoints()
33
 	* void remPoints()