Simulating case sensitivity on a filesystem that isn't case sensitive

后端 未结 3 1745
遇见更好的自我
遇见更好的自我 2021-02-08 17:19

When I develop in C++ on a filesystem that is not case sensitive, I miss problems such as

#include \"File.h\"

if on disk it is actually f

3条回答
  •  不知归路
    2021-02-08 18:14

    I'll just throw this out there. Only use lower case filenames. However, I am interested in a more complete and verifiable answer.

提交回复
热议问题