c语言中有iostream吗,c语言里iostream 和studio 区别是什么

1,c语言里iostream 和studio 区别是什么iostream是输入输出流,是c++的,是对象和类stdio是C语言的,是函数【c语言中有iostream吗,c语言里iostream 和studio 区别是什么】
2,为什么我的C语言说找不到iostreamiostream是C++的头文件,不是C的,你编写的程序也是C++的你把他改成#include <iostream>就好了,C++现在已经舍弃头文件里的h了,所以不认iostream.hiostream是C++标准库里面的这段代码是可以编译通过的你尝试把文件保存为*.cpp格式再编译
3 , 在C语言中想用SYSTEM函数时是要包含iostream函数库吗是or 才对 。Example /* SYSTEM.C: This program uses * system to TYPE its source file. */ #include void main( void ) { system( "type system.c" ); }#include是c++中的头文件

    推荐阅读