Why " #include "std_lib_facilities.h" " showing error? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why " #include "std_lib_facilities.h" " showing error?

I found this header in "Programming: principles and practices using C++"

25th Oct 2018, 2:58 PM
bye bye
2 Answers
+ 3
This is not standard header file. For offline compilers You need to download it and place it in header files library of your compiler. I don't think it will work with any online compiler.
25th Oct 2018, 3:21 PM
Megatron
Megatron - avatar
+ 1
The file can be found on the author's website (but it can not be used on Sololearn, as Sololearn does not allow multiple files).
25th Oct 2018, 7:39 PM
Vlad Serbu
Vlad Serbu - avatar