> > where functions , " static > HashTable* create(int keyType) and static Iterator* > create(HashTable& hashTable) " are implemented ? > > They are implemented by subclasses of the (virtual base > class) "HashTable". > > See, for example, > "BasicUsageEnvironment/BasicHashTable.cpp", which defines > the subclass "BasicHashTable". > > > > I am not familiar with CPP > > Because the "LIVE555 Streaming Media" libraries are mostly > written in C++, using them requires expertise in the C++ > language.
Thanks Ross Actually , I am facing compile issue . when I write my own Makefile in different platform and try to link testProgram . it turns out some "undefined reference" come out . I found the order of libraries will make link phase error .this is interesting . I have never met before . _______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel