Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

#include bits/stdc++.h not working in vs code mac

[This file](https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/include/precompiled/stdc%2B%2B.h)

Inside the directory /usr/local/include/
Create a directory named bits (mkdir bits)
Create stdc++.h file (touch stdc++.h or vim stdc++.h)
Paste the contents of the stdc+.h file here
or

Inside the directory /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/
Create a directory named bits (mkdir bits)
Create stdc++.h file (touch stdc++.h or vim stdc++.h)
Paste the contents of the stdc+.h file here
 
PREVIOUS NEXT
Tagged: #working #code #mac
ADD COMMENT
Topic
Name
1+7 =