首页 > 代码库 > 在vs中使用bits/stdc++.h的方法-转自CF
在vs中使用bits/stdc++.h的方法-转自CF
solution to include bits/stdc++.h in visual c++
By Tensor, 2 years ago, ,
- 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
在vs中使用bits/stdc++.h的方法-转自CF
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。