void mian ()
{
printf ("c");
}
这个函数在调试时会出现一错误。提示:function 'printf'should have a protoype 怎么做才能通过调试呢??请高手帮忙。
c++3.0里是写void main 。双击错误提示时光标到“|”这个位置 printf (|"c");加上"#include
<stdio.h>"系统多了条错误提示Unable to open include file'stdio.h'
共0条评论...
{
printf ("c");
}
这个函数在调试时会出现一错误。提示:function 'printf'should have a protoype 怎么做才能通过调试呢??请高手帮忙。
c++3.0里是写void main 。双击错误提示时光标到“|”这个位置 printf (|"c");加上"#include
<stdio.h>"系统多了条错误提示Unable to open include file'stdio.h'









