原文:gcc error - "iostream: No such file or directory"

cpp view plain copy include lt iostream gt usingnamespacestd intmain void cout lt lt HelloWorld n return 使用命令 gcc o test test.c test.c: : : iostream: No such file or directory 杯具啊,gcc是c的编译器,g 才有c 的io ...

2017-06-29 11:42 0 1397 推荐指数:

查看详情

ubuntu cmake Fatal error: iostream: No such file or directory

报错描述:ubuntu cmake Fatal error: iostream: No such file or directory 报错原因: 造成这个报错的原因是因为iostream并不是c语言里面的写法。而你的文件名是xx.c,cmake看你文件是.c结尾所以它认为 ...

Sat Nov 02 04:14:00 CST 2019 0 305
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM