Any MSVC equivalent to GCC '
In GCC you can use the '-include ' flag to automatically include a file in the compilation unit. Is there any equivalent method for this in MSVC?
In VS, you'll find it as: "Forced Include Files". The tag is /FI
下一篇: 任何等同于GCC的MSVC'