Hello all, I'm getting quite frustrated with this. I'm trying to create an instance of a string class inside my original class. It keeps giving me this error:
struct HashTableCell{
string key;
string correctspell;
int status;
};
};
#endif /* _HASHTABLE_H */
I'm programming using Xcode on my macbook. But it gives me the same error in microsoft visual studios 2008. I'm just not sure how to create a class inside another class I guess. Thanks for any help! -James