On Mon 2009-04-13 19:37:02 UTC-0400, John Gaughan ([email protected]) wrote:

> Or better yet, why we do not have the following for C++:
> 
> int main(std::vector<std::string> args) {...}

I don't think you were being serious, but I do know that the STL
(providing vector and string) wasn't originally a feature of C++.
(There is a huge amount of legacy C++ code floating around from the
1990s that doesn't use the features of the STL.)  I'm not sure if
templates (or namespaces) were originally supported.

Reply via email to