EC++ Item 9: Never call virtual functions during construction or destruction
from Effective C++ by Scott Meyers - Experiments in C++ and Java. Let's compare the results.. // main.cpp #include using namespace std; class Glass { public: Glass() { this->sayHello(); } virtual void sayHello() { cout
Reading Books/Effective Series
2009. 11. 30. 21:25
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- volume dial
- structure
- how to solve it
- destructor
- 이상한 문자
- 볼륨 낮춤
- C++
- cython
- GSX 1200 pro
- Item 9
- dll
- 볼륨 조절
- CanDrA
- PyQt
- 설치
- QPrinter.A4
- matrix multiplication
- armadillo c++
- tensorflow
- MSVC++
- ctypes
- Visual C++
- QT
- TensorBoard
- pandas
- Accelerated C++
- TCGA
- QPrinter.Letter
- GSX 1000 pro
- Python
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함