- This is just a method i used to make me able to include bits/stdc++.h
- in visual c++.
- for those had minGW installed on PC :
- C:\MinGW\mingw32\lib\gcc\mingw32\4.8.1\include\c++\mingw32\bits
- copy this folder and then go to this adress
- C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include
- paste your folder. go to your visual studio project type bits you will see
- the auto-complete for the library and then choose stdc++.h
- for those don't have minGW:
- you should write your own header file and include all libraries in it then
- go to C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include
- make new folder name it "bits" and name the header file stdc++.h
- then paste it in "bits" folder.
- Hope this helps!
- Happy coding
Thank you very much (1+from me)
so clever you are! Thank you!
u can download the bits folder here
Thanks.
Thanks
Thanks
for Visual studio 2017 users .. you can add bits folder to this path:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.10.25017\include
Thanks a lot. You saved my day.
Thanks you.
Worked Beautifully, thank you so much.
Thanks a ton!
My biggest thanks!!
Thanks a lot, from all the students of Moscow University ACM group!
thanks a lot.
Thanks you
Thanks and here's another solution. Just include the <__msvc_all_public_headers.hpp> in Visual Studio has the same effect as including <bits/stdc++.h> in GCC or MinGW.
Thank you very much <3
hi budu
Sorry if my question seems irrelevant.I cannot use include bits/stdc++.h in visual studio code editor.Do u have any fix for that?
Thanks for that!
for Microsoft Visual Studio Professional, you can try to add folder bits to path: "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include"