0
What should i code after #ifndef
Is whether the difference between FILE_H and _FILE_H?
1 Answer
0
Not really.
Name starting with underscore (double or followed by an uppercase letter) are reserved by the implementation.
So prefer FILE_H as the other can already be defined (very low chance but...)



