R
rbhlgjwbvi
I have a header whose filename contains an embedded newline and I can't
seem to #include it successfully. I've tried
#include "my
file.h"
and
#include "my\nfile.h"
but neither works.
1. How can I achieve this?
2. Does the Standard limit the range of characters that can appear in
source file names? (for example, embedded tabs seem to be fine with an
actual tab character in the #include line)
seem to #include it successfully. I've tried
#include "my
file.h"
and
#include "my\nfile.h"
but neither works.
1. How can I achieve this?
2. Does the Standard limit the range of characters that can appear in
source file names? (for example, embedded tabs seem to be fine with an
actual tab character in the #include line)