CppConcurrencyInAction icon indicating copy to clipboard operation
CppConcurrencyInAction copied to clipboard

2015년 하반기에 진행하는 C++ Concurrency in Action 스터디 관련 자료입니다.

Results 1 CppConcurrencyInAction issues
Sort by recently updated
recently updated
newest added

전 잘 몰라서 무식하게 아래 처럼 접근 하였는데.. 좀더 보기 좋고 편한 방법이 있을까요? ``` c++ ((messaging::wrapped_message*)(sPopString.get()))->contents ```

Question