Merged
Conversation
- 참조형을 기본형으로 기본형을 참조형으로 컴파일이 해줍니다.
- 현재날짜를 찾을 수 있습니다. - 날짜를 설정할 수 있습니다. - dday를 계산할 수 있습니다. - 오전, 오후를 구분할 수 있습니다.
- 원하는 형태의 포맷(문자열)로 만들 수 있습니다.
- Vector를 사용하여 데이터를 저장할 수 있습니다. - 제너럴의 의미를 알 수 있습니다.(무분별한 데이터 저장 막으면서 일정한 형태의 데이터 저장하기)
- 학생의 점수를 저장하여 총점, 평균을 구할 수 있습니다. - 내가 한 것
- List 기능을 사용할 수 있습니다.
- Set 기능을 사용할 수 있습니다. - Itorater 기능을 사용할 수 있습니다.
- 제네릭을 사용할 수 있습니다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.