C++ compile error: has initializer but incomplete type

前端 未结 2 1910

I am coding in Eclipse and have something like the following:

#include 
#include 

void read_file(){
    char buffer[1025];
            


        
2条回答
提交回复
热议问题