什么引起Declartion syntax error
我只是在程序里写了一行void num(),引起Declartion syntax error的有那些可能的错误? 问题点数:0、回复次数:3Top
1 楼ckacka(/*小红帽*/ckacka();)回复于 2003-02-04 20:57:51 得分 0
申明 错误,
由调用没有申明的函数导致!Top
2 楼allen1981813(Nahe des Geliebten)回复于 2003-02-04 21:59:31 得分 0
声明错误
这是常用的人为异常.
以后多注意哦,活计Top
3 楼garbriel(~miumiu~)回复于 2003-02-04 22:17:49 得分 0
Introduction to declaration syntax
All six interrelated attributes (storage classes, types, scope, visibility, duration, and linkage) are determined in diverse ways by declarations.
Declarations can be defining declarations (also known as definitions) or referencing declarations (sometimes known as nondefining declarations). A defining declaration, as the name implies, performs both the duties of declaring and defining; the nondefining declarations require a definition to be added somewhere in the program. A referencing declaration introduces one or more identifier names into a program. A definition actually allocates memory to an object and associates an identifier with that object.
Top
相关问题
- E2141 Declaration syntax error
- basetsd.h(41) : error C2059: syntax error : ','
- error C2061: syntax error : identifier 'AnsiString'
- error C2143: syntax error : missing ';' before '*'
- error C2143: syntax error : missing ';' before '*'在线等待
- ODBC Drivers error '80040e14'- Syntax error (missing operator) in query expression
- [C++ Error] Caculater.cpp(21): E2141 Declaration syntax error
- 请教:error C2143: syntax error : missing ';' before '&'
- BCGCBPro , transact.h(227) : error C2059: syntax error : 'constant'
- 编译怎么有一处syntax error:']'




