[Live-devel] particular implementation (subclass)
kevin631012
kevin631012 at yahoo.com.tw
Wed Mar 23 02:08:04 PDT 2011
> > 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 .
More information about the live-devel
mailing list