|
Re: initilizer incmplete type
Quote:
Originally Posted by Cache
You need to:
#include "Scanner.h"
#include "SymTab.h"
#include "FunTab.h"
#include "Store.h" in either Parser.h or main.cpp
#include <cassert> in PTree.h
And there's an error in SymTab.cpp at line 54 about calling strcmp with 3 arguments. No doubt you meant to use strncmp.
|
THanks a lot cache!!!! I am so STUPID!!!!!!!!!!!!!!!!!!! whoooo!!!! i just need to include those files.... and i checked the scanner.h header file... there's still some error in the ACCEPT method ill give it another check... thanks again... a big help
__________________
-------------------------------------------------------------------------
I thought what I'd Do was, I'd pretend to be one of those deaf mutes
------------------------------------------------------------------------
|