Hey guys,
I've recently started developing PPC software, and found myself quite hampered by the complete lack of the C++ STL (although most other C++ language features are available). As such, I was just wondering what C programmers use instead of std::vector - I do know that linked lists are one alternative, and static arrays can be used to some limited extent, but otherwise does one have to resort to plain 'ol dynamic arrays?



LinkBack URL
About LinkBacks


