Programming Language/Coding Standard
C++ Coding Standard
JTesseract
2019. 8. 11. 16:26
변수
-함수의 매개변수는 변수명앞에 언더바를 붙임
ex) void Attack(string _monster)