Hi,
I desperately need a function parser for 3 ( preferably 4 ) variables. But i couldn't find one that suits my deeds. I only could find a parser for 3 variables written in Java and now i'm trying to translate it to Visual C++.
The question is what is the equivalent of HashTable in VC++?
I thought it's CMap but i couldn't manage to use it. I tried
CMap< int, int, CString, CString > NewHashTable;
but it was not successful. Compiler claims there should be a ";" before "<". So i guess it's a problem with template classses but i'm not very good at using them.
So a quick tip would be priceless!
By the way, if you know a parser with qualifications i mentioned above, if so ignore the question, would you just please let me know where to find it?
Thank you.
I desperately need a function parser for 3 ( preferably 4 ) variables. But i couldn't find one that suits my deeds. I only could find a parser for 3 variables written in Java and now i'm trying to translate it to Visual C++.
The question is what is the equivalent of HashTable in VC++?
I thought it's CMap but i couldn't manage to use it. I tried
CMap< int, int, CString, CString > NewHashTable;
but it was not successful. Compiler claims there should be a ";" before "<". So i guess it's a problem with template classses but i'm not very good at using them.
So a quick tip would be priceless!
By the way, if you know a parser with qualifications i mentioned above, if so ignore the question, would you just please let me know where to find it?
Thank you.