Hi, I am trying to modify a sample program that has a linked list, to change it to a different data structure. I saw nsCStringArray and nsCheapSets. I just need one similar to a vector.
When I tried to use nsCStringArray, as shown in one of the sample codes in the source, the linker tells me that i haev to define my constructor, destructor and other methods that I am trying to use. But the class is already defined. I think this is more like a C++ programming question. But I dont know why this is happening.I haev included the file, which has the class definition. Can anyone please tell me the solution? Thanks, lav _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
