码迷,mamicode.com
首页 > 编程语言 > 详细

C++ - Identifier not found

时间:2015-07-26 10:54:32      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:


This is because forward declaration in C++: Compiler needs to know function prototype when function call is compiled. So, you need declare the called function first or place the called function before the calling function.

版权声明:本文博客原创文章,博客,未经同意,不得转载。

C++ - Identifier not found

标签:

原文地址:http://www.cnblogs.com/lcchuguo/p/4677153.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!