codeblocks新手求帮助
我刚开始学codeblocks8.02,带有genlib.h的程序不能运行,求帮助。程序如下
#include<stdio.h>
#include"genlib.h"
main()
{
printf("Hello,world.\n");
}
非常感谢帮助! genlib.h函数怎么用?
[解决办法]
#include<stdio.h>
#include"genlib.h"
少空格噢亲