I am new to programming with c++ .I use vscode for c++ and also a new user in mac environment . And I finding this error"bits/stdc++.h' file not found".Also other header files not working except iostream . If anybody can help please help. I am stuck.
Asked
Active
Viewed 31 times
0
-
4What other header files were not found? `bits/stdc++.h` is a compiler-specific header and only bad tutorial will tell you to use it. A [good C++ book](https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list) on the other hand will teach you the proper use of standard headers. – churill Dec 02 '21 at 05:49