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.
例如:在 Visual Studio 中,右键单击标准库中的任何函数,然后单击“转到定义”,它将在只读的头文件或源文件中显示定义。
我将如何做到这一点?
分发文件时将文件标记为只读。这提供了最低限度的保护,因为可以轻松恢复权限。即使在 Visual Studio 中,如果您尝试覆盖该文件,它也会弹出一个对话框,要求确认删除只读保护。这也发生在标准库头文件中。
只需在 Windows 资源管理器中将源文件或头文件标记为只读!:)