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

C++ - Identifier not found

时间:2014-05-15 04:52:19      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:c++   identifier not found   


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,布布扣,bubuko.com

C++ - Identifier not found

标签:c++   identifier not found   

原文地址:http://blog.csdn.net/troubleshooter/article/details/25775107

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