Are the but standard C++ functions such as itoa(int,char*) supported or not???

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: David F (David-White_at_earthlink.net)
Date: 05/10/04


Date: Mon, 10 May 2004 19:03:45 GMT

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



Relevant Pages

  • Re: Reviving REMARKS
    ... > fixed paragraph names encouraged the inclusion of significant ... The standard mavens, in their eternal and rather foolish quest ... "documentation prologs" out of programs and if not move them to ... Far more useful is a good source code management tool. ...
    (comp.lang.cobol)
  • Re: The Problems of TeX
    ... many TeX distributions did not come with it - OzTeX is one (in ... If your definition of "not exotic" is "everything that was standard x ... The MacTeX distribution is flawed in that it fails to provide the simple ... silly because it's purely down to a lack of decent documentation. ...
    (comp.text.tex)
  • Re: Installed XP SP2 last night 52 patches. Oh right, it is Micro$oft
    ... Obviously, from the price quoted for Visual Studio, the poster ... price for Visual Studio (Standard) of $1199. ... $1199 price are standard, not upgrade prices). ...
    (comp.sys.mac.advocacy)
  • VHDL Library Madness
    ... the documentation, but it's a tough thing to get changed. ... Appnote code is the hardest to fix. ... some coding standard. ... , go through all the example code which has "bad" libraries, ...
    (comp.lang.vhdl)
  • Re: CRT and Win32 SDK
    ... However, it might give a reader an impression that when doing embedded programming one typically has a full-fledged language at hand, where in effect the runtime library implements what the OS would provide on e.g. a PC. ... The C and C++ standards differentiate between hosted and free-standing implementation to deal with the special constraints of embedded programming, where free-standing doesn't need to provide all of the language's standard library, but even that distinction does in practice not go far enough: it might be that fundamental language features such as static variables and exceptions are not available on the embedded platform's language implementation. ... Both the user-mode Win32 API and the kernel ... The documentation remarks are very important parts of that documentation and form the main part of it. ...
    (microsoft.public.vc.language)