我想知道是否可以使用Eclipse在Windows中为Linux编写和调试C++应用程序?如果是这样,您能为我指出配置Eclipse的正确方向吗?
谢谢
最佳答案
我相信这是可能的。
您应该配置Eclipse以使用Cygwin的工具链:
http://www3.ntu.edu.sg/home/ehchua/programming/howto/Eclipse_cpp_HowTo.html
http://www3.ntu.edu.sg/home/ehchua/programming/howto/Eclipse_cpp_HowTo.html
关于c++ - 使用Eclipse在Windows中为Linux编译C++程序?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3363709/