Do you know what that means? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Do you know what that means?

#include "RGBImage.h" the code is in the coding of 3d graphics, is it correctly written like that? and what is the meaning of that code? because when I run the program, there is an error in that section

7th May 2019, 4:30 AM
yasifa ana
1 Answer
+ 3
It is some custom header of unknown origin, searching on Google may tell that it is most likely from some code sample (that you might have deployed in its incomplete form). Regardless, if the header does not exist, you cannot include it. "RGBImage.h" is a dependency and is supposed to be somewhere in your project folder.
7th May 2019, 4:41 AM
Hatsy Rei
Hatsy Rei - avatar