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.

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

posted @ 2015-07-26 09:43  lcchuguo  阅读(911)  评论(0编辑  收藏  举报