Блог пользователя difask

Автор difask, 11 лет назад, По-английски

Hello! Is it possible to use something like "bits/stdc++.h" in Visual Studio? For those who mightn't know, "bits\stdc++.h" includes many headers, like iostream,algorithm,cstdio,cstdlib,vector and much more. Thank you!

  • Проголосовать: нравится
  • +4
  • Проголосовать: не нравится

»
11 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

yup, sure you can do this with little trick. Just copy "bits" Folder to this location "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include". This "bits" folder can be taken from MinGW Compiler.