Zzong's Notes

Home

❯

C++

C++

2026년 6월 14일1 min read

C++

B) 관련 노트들

  • macro
  • Eigen
  • pointer
  • data type of C++
  • functions
    • fflush
    • fabs
  • compiler 설치
    • for windows: https://www.msys2.org/ (install Mingw-w64 via MSYS2)
    • VScode: https://code.visualstudio.com/docs/languages/cpp
  • operator
    • reinterpret_cast
  • Standard Template Library

C) Related

D) References