We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
C#에서의 메모리 관리.
C#은 C++, C와 다르게 가비지컬렉터(이하 GC)가 메모리를 관리한다. (IDisposable 인터페이스 키워드를 얻음. )->(찾다보니 C#의 using 키워드와 dispose 메소드 키워드를 알게 됨.) (계속 공부중)
Sorry, something went wrong.
구조체와 class의 차이
구조체와 class를 사용하며 깊은 복사와 얕은 복사의 차이를 실제로 체감하게 되었다.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: