티스토리 뷰
const 멤버변수를 초기화 시키기 위한 방법으로는 member initializer라는 것을 이용한다.
class Test{
const int age;
char id[10];
public:
Test(int _age, char* _id):age(_age){
strcpy(id,_id);
}
};
'프로그래밍(programming) > C++' 카테고리의 다른 글
explicit 과 mutable (0) | 2013.10.11 |
---|---|
class 내의 static 변수 초기화 (0) | 2013.10.11 |
cosnt 객체 (0) | 2013.10.10 |
함수에 const 를 넣는 경우 (0) | 2013.10.10 |
const int* pN과 int* const pN의 차이 (0) | 2013.10.10 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 레노버
- t570
- L470
- 소켓
- Python
- Yoga 370
- t460s
- lenovo
- x1
- socket
- t470
- x1 carbon
- x250
- x1 carbon 5th
- x1 carbon 2017
- 더헌트맨
- x260
- t470s
- x270
- x1 카본 2017
- L570
- 키보드
- c++
- x1c
- t470p
- x1 카본 5세대
- 파이썬
- Thinkpad
- t450s
- thinkpad 13
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함