VC2010 C++ - organizing source files

后端 未结 5 1213
予麋鹿
予麋鹿 2020-12-12 10:35

I had some questions about how to organize source files in a VC 2010 C++ project. The default filters that are included won\'t be sufficient as ultimately, I\'m going to hav

5条回答
  •  一整个雨季
    2020-12-12 11:15

    It actually IS possible to view (and manipulate) the physical file structure via Visual Studio, as described in this SO post:

    Header/Source file is not an requirement imposed by Visual Studio. That's just the default layout, and it's virtual, not physical. If you click "Show all files" in the solution explorer, it will show the folder tree as it is on the hard drive- which you can manipulate as you see fit.

提交回复
热议问题