일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 혼공C
- 한빛미디어
- 혼공얄코
- 불칸
- 혼공단
- vulkan
- 혼공네트
- 나는리뷰어다
- 혼자공부하는네트워크
- 자바스크립트
- 혼공
- 혼자공부하는얄팍한코딩지식
- 책리뷰
- 데이터분석
- 리뷰리뷰
- 혼자공부하는C언어
- 혼공S
- 벌칸
- 딥러닝
- 컴퓨터그래픽스
- 혼공머신
- 혼공학습단
- 혼공단5기
- 혼공컴운
- 네트워크
- 머신러닝
- OpenGL
- 혼공스
- 파이썬
- 제이펍
Archives
- Today
- Total
목록struct (1)
Scientia Conditorium
[C++] struct 와 class 의 차이점
[C++] struct 와 class 의 차이점 결론부터 말하자면 C++에서 struct와 class의 차이점은 없다. 먼저 isocpp의 답변부터 살펴보도록 하자. https://isocpp.org/wiki/faq/classes-and-objects#struct-vs-class Standard C++ isocpp.org What’s the difference between the keywords struct and class? The members and base classes of a struct are public by default, while in class, they default to private. Note: you should make your base classes explicitly ..
프로그래밍/C++
2022. 9. 17. 23:49