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.
我有用于 linux 模拟器的 windows7 操作系统和 cygwin。我在cygwin中为网络模拟器安装了一个名为“Shawn”的程序(努力)。现在,当我在 Windows 中更改 .cpp 文件并在 cygwin 中运行 ./shawn 时,输出不会改变。谁能帮我?
当更改以编译语言(如 C++)编写的程序的源文件时,这不会影响相关的二进制/可执行文件/程序/库,直到它从更新的源重新构建。这并不特定于 cygwin,因为它发生在本机 Windows、Linux 或任何其他操作系统中。
因此,要对您确实出现在二进制文件中的源代码进行更改,您所要做的就是重建它。