I\'m porting an application written in C++ from Windows to Linux. I have a problem with the header files path. Windows uses \\ and Linux uses /. I
\\
/
What version of Windows are you using? As far as I know, starting with Windows XP, forward-slashes do actually work as path delimiters.