79530434

Date: 2025-03-24 07:47:14
Score: 2
Natty:
Report link

The compiler will look up for the .hpp file relative to the path of the .cpp where you're including it. So when doing

#include "bitmap_image.hpp"

check if the .hpp is in the same physical folder as the .cpp is other wise you must provide the relative path to the .hpp file in the #include"../???/" preprocessor statement.

Reasons:
  • Blacklisted phrase (1): ???
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: bynx