重昨天自学到现在一个例题都没对过%>_<%
#include <stdio.h>#define PRICE 30;
{
int num, total;
num = 10;
total = num * PRICE;
printf("total = %d",total);
}
--------------------Configuration: define - Win32 Debug--------------------
Compiling...
define.c
D:\C语言练习\define\define.c(4) : error C2449: found '{' at file scope (missing function header?)
D:\C语言练习\define\define.c(10) : error C2059: syntax error : '}'
执行 cl.exe 时出错.
define.obj - 1 error(s), 0 warning(s)
各位大大看看有哪里错了
居然没有main函数 楼主看书要从第一页看起 步子迈达了容易扯着蛋 #define PRICE 30;后面有一个void main()的。
页:
[1]