itoa(int,char*) is still a standard c++ function. Yet, the documentation of
Visual Studio .Net 2003 does not show it in any normal way - it is
mentioned as "side effects" in 4 results search but does not specify the
required include file.
If I use the global resolution symbol ::itoa(int,char*) it does not deny
the function altogether but claims that the function does not take 2
arguments (rather than telling me how many it is expected).
Anybody knows what is going on with this group of old C functions?
Thanks