I was just wondering, I normally don't use underscores in files. I know that for "camelback" files (exampleHeader.h
) you do EXAMPLEHEADER_H
.
Is it the same for file names with words separated by underscores? So example_header.h
would still be EXAMPLEHEADER_H
?