Skip to content
New issue

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

ConnectWindow창이 여러개일 경우, static 변수에 동시적 접근에 대한 처리. #24

Open
Tracked by #17
hongsam14 opened this issue Feb 4, 2022 · 2 comments

Comments

@hongsam14
Copy link
Owner

No description provided.

@hongsam14
Copy link
Owner Author

C#에서의 메모리 관리.

C#은 C++, C와 다르게 가비지컬렉터(이하 GC)가 메모리를 관리한다.
(IDisposable 인터페이스 키워드를 얻음. )->(찾다보니 C#의 using 키워드와 dispose 메소드 키워드를 알게 됨.)
(계속 공부중)

@hongsam14
Copy link
Owner Author

구조체와 class의 차이

구조체와 class를 사용하며 깊은 복사와 얕은 복사의 차이를 실제로 체감하게 되었다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant