C++ 학습 자료 (C++ materials)

less than 1 minute read

요즘 C++ 을 학습할 수 있는 자료는 굉장히 다양한데요. 그 중에서 몇 가지를 추려보자면 다음과 같습니다.

Books

  • Programming and Principles using C++ (2nd), B. Stroustrup, 2014
  • Professional C++ (5th), S. J. Kleper, N. A. Solter, 2021
  • Absolute C++ (6th), W. Savitch, 2015

  • Effective Modern C++, S. Meyer, 2014
  • Embracing Modern C++ Safely
  • Beautiful C++: 30 Core Guidelines for writing Clean, Safe, and Fast Code

Website

Tutorials

Other resources

  • stackoverflow.com/questions/tagged/c++

News

Main conferences

Coding exercises and other resources

  • hackerrank
  • leetcode.com/problemset/algorithms
  • open.kattis.com
  • cpppatterns.com

Tags:

Categories:

Updated:

Leave a comment