I do not see much need to have a vector container in C as a vector is simply an array and array operations are all very simple. Nontheless, it might still better to implement one, for the sake of completeness. Here is the code. The library is almost as fast as the fastest code you [...]
Posts Tagged ‘macro’
A Simple Generic Vector Container in C
Posted in development, tagged C, macro, myprog, programming on September 22, 2008 | 3 Comments »