C++ - Identifier not found

时间:2014-05-15 04:52:19   收藏:0   阅读:211

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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!