Include header path change from Windows to Linux

前端 未结 6 971
终归单人心
终归单人心 2020-12-10 05:08

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

6条回答
  •  不知归路
    2020-12-10 05:56

    What version of Windows are you using? As far as I know, starting with Windows XP, forward-slashes do actually work as path delimiters.

提交回复
热议问题