What is use of Piece.h header file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is use of Piece.h header file?

After compiling this was the result ....! What is mistake here? /data/user/0/ru.iiec.cxxdroid/files/include/New folder/chess in C .cxx:15:10: fatal error: 'Piece.h' file not found #include "Piece.h" ^~~~~~~~~ 1 error generated.

21st May 2019, 12:33 PM
Vicky Kumar 🇮🇳
Vicky Kumar 🇮🇳 - avatar
1 Answer
+ 3
It says the header is not found and IIRC there's no header file "piece.h" in the standard. If you get this when compiling a source code/project you found online - try to find and read the documentation, a good open source project usually comes with a good documentation. If the problem persists, try to contact the developers and inform them of a missing file from their project/repository.
25th May 2019, 5:39 AM
Ipang