C++
(C++) Visual Studio #include <bits/stdc++.h>
Janny_
2022. 10. 7. 00:39
bits 폴더 안의 stdc++.h에는 미리 수많은 헤더들을 다 include 해두어 우리가 코드에서 쓰는 헤더들을 하나하나 include 하는 번거로움을 덜어줍니다.
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\
경로에 bits 폴더 생성 후 첨부파일 다운로드하기!