asked
Introduction to Algorithm Problem Solving for IT Employment (with C/C++): Coding Test Preparation
0. Improve input/output speed, upgrade the compiler
Written on
·
212
0
vs에서도 bits/stdc++.h를 넣으면 되나요?
vs는 없는거같은데 업그레이드를 시켜야하나요?
Answer 1
stdc++.h 헤더파일은 리눅스 계열인 GCC컴파일러에만 내장된 헤더파일입니다. window계열 컴파일러인 visual studio에서는 지원하지 않습니다. 참고로 DEV-C++은 GCC컴파일러를 사용하기 때문에 가능한 것입니다.