Forward declaration
Posted 2008/06/30 00:06, Filed under: 분류없음In computer programming, a forward declaration is a declaration of a variable or function which the programmer has not yet given a complete definition.
int elements[];영어를 쓰지 않아 제대로 된 용어를 몰랐는데, 우연히 알게 되었다 ㅋㅋ
void foo(int);
forward reference는?
http://en.wikipedia.org/wiki/Forward_declaration
Tag : Forward declaration
Response :
0 Trackback
,
0 Comment
Trackback URL : http://8.7lightyears.com/blog/words/trackback/10
