issues
search
DiKaliZy
/
HY-Software-Engineering
소공과-제
0
stars
1
forks
source link
Client, InitializeManager Class 구현
#2
Open
DiKaliZy
opened
5 years ago
DiKaliZy
commented
5 years ago
시작 시 로그인 기능의 주요 역할 수행.
DiKaliZy
commented
5 years ago
InitializeManager의 Prof 구조체 생성 안하도록 변경. 대신 dictionary 형태로 list를 저장
DiKaliZy
commented
5 years ago
initialize에서 bangList FILE Parameter 사용 안 함
DiKaliZy
commented
5 years ago
profCheck(id: Integer, name: String): Bool -> profCheck(id: Integer, name: String): Integer 결과에 대응되는 integer값을 return
studCheck(id: Integer, name: String, bang: Integer): Void -> studCheck(id: Integer, name: String, bang: Integer): Integer 결과에 대응되는 integer 값을 return