I am a novice programmer. I got half implemented C++ coding from customer site. I need to proceed implementing that coding.
At that code, there is #include "logger.h"
header file.
My question is that "logger.h" is system defined header file? I mean ""logger.h" is supported by library such as <windows.h> or <iostream.h>? "
Or the developer must write "logger.h" by themselves?
According to my idea, " " means user defined header file. Am I right?
Thanks in advanced.
At that code, there is #include "logger.h"
header file.
My question is that "logger.h" is system defined header file? I mean ""logger.h" is supported by library such as <windows.h> or <iostream.h>? "
Or the developer must write "logger.h" by themselves?
According to my idea, " " means user defined header file. Am I right?
Thanks in advanced.
Comment