Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一旦我开始在 MSVC 中的 C 代码中编写任何未定义的变量,我就会看到语句下方自动出现一条红线。这确实是一个非常好的功能。但是我的问题是,即使我没有启动编译,这个错误是如何报告的?
MSVC 有一个特殊的后台编译器。首先它是为 Visual Basic 引入的,然后是 C#,现在它可用于 C/C++。