|
|
|
|
|
by cefstat
3443 days ago
|
|
Yes, despite all the problems in C++ it's just a much better language than C for defining new types that are on par with "native types". std::vector has so many benefits over any possible C implementation that there is no real comparison. Genericity is one, no need to remember to free after use is another. By the way, why is this C implementation something that requires C99 or C11 features? It looked just like standard old-fashioned ANSI C to me. |
|