My clion does not have bits/stdc++.h, what should I do? , it says bits/stdc++.h file not found

Answered
0
1 comment

Hello!

bits/stdc++.h is a non-standard header file of GNU C++ library. MSVC, which you're using as a toolchain in CLion, does not have this header. See, for example, https://www.geeksforgeeks.org/bitsstdc-h-c/.

1

Please sign in to leave a comment.