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.
我只想说我现在正在备份所有内容。
我不小心输入了这一行,g++ -o source.cc source.cc
g++ -o source.cc source.cc
我现在有一个二进制文件而不是我的源代码。有谁知道命令行中有一个很好的 C++ 编译器...如果有帮助的话,我有所有的函数原型和结构定义。