블로그에 잘 정리된 내용이 있다.
생성자에서 콜론(:)은 왜 쓰는 건가요?
이런 코드를 봤는데 소스 코드 #include <iostream> class Foo { public: int bar; Foo(int num): bar(num) {}; }; int main(void) { std::cout << Foo(42).bar << std::endl; return 0; } 여기서 : bar(num)처럼 쓰는건 뭔가요?저
hashcode.co.kr
C++ Pointer 변천사
https://openmynotepad.tistory.com/33
boost crono
http://www.jiniya.net/wp/archives/11769
class 사용 이더넷
https://wendys.tistory.com/126
반응형