[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
/ in #include <>
Christian Reiniger writes:
> Can Win32 compilers handle '/' in #include<> statements
> (e.g. #include <PenguinPlay/PenguinPlay.h>) ?
> Otherwise we have a nasty situation :(
>
I think they do. I'm pretty sure that "/" is in fact
part of the C spec, and that even under win32 you are
supposed to use it, it would probably be better if win-dos
compilers didn't let you use "\". Such is life.
Not sure about this. Should look up the spec.