0

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.

Evg
  • 23,109
  • 5
  • 38
  • 74
  • 4
    What 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

0 Answers0