Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/c/59.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C I';我得到一个左值错误 main(){ helloworld(); } void helloworld(){ 不能_C_System Calls_Multiprocess - Fatal编程技术网

C I';我得到一个左值错误 main(){ helloworld(); } void helloworld(){ 不能

C I';我得到一个左值错误 main(){ helloworld(); } void helloworld(){ 不能,c,system-calls,multiprocess,C,System Calls,Multiprocess,这一行您缺少一个= main(){ helloworld(); } void helloworld(){ cout<<"hellowowrld"; } 这一行您缺少一个= main(){ helloworld(); } void helloworld(){ cout<<"hellowowrld"; } 您忘记了最后一行后面的^M。^M您忘记了最后一行后面的^M。^M

这一行您缺少一个=

    main(){

     helloworld();
}
void helloworld(){
     cout<<"hellowowrld";
}

这一行您缺少一个=

    main(){

     helloworld();
}
void helloworld(){
     cout<<"hellowowrld";
}

您忘记了最后一行后面的
^M
。^M您忘记了最后一行后面的
^M
。^M