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
- Item 9
- QPrinter.A4
- structure
- GSX 1200 pro
- TensorBoard
- GSX 1000 pro
- PyQt
- Accelerated C++
- 설치
- C++
- matrix multiplication
- pandas
- 볼륨 낮춤
- tensorflow
- TCGA
- volume dial
- 이상한 문자
- Visual C++
- destructor
- MSVC++
- CanDrA
- QPrinter.Letter
- dll
- Python
- QT
- armadillo c++
- 볼륨 조절
- ctypes
- cython
- how to solve it
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함