Are the but standard C++ functions such as itoa(int,char*) supported or not???
From: David F (David-White_at_earthlink.net)
Date: 05/10/04
- Next message: Ronald Laeremans [MSFT]: "Re: CreateProcess question"
- Previous message: paul: "Re: How to track the child process's child process and wait it to finish?"
- Next in thread: Jeff Partch: "Re: Are the but standard C++ functions such as itoa(int,char*) supported or not???"
- Reply: Jeff Partch: "Re: Are the but standard C++ functions such as itoa(int,char*) supported or not???"
- Reply: Doug Harrison [MVP]: "Re: Are the but standard C++ functions such as itoa(int,char*) supported or not???"
- Reply: Jerry Coffin: "Re: Are the but standard C++ functions such as itoa(int,char*) supported or not???"
- Reply: David F: "Re: Are...C++ functions...itoa(int,char*)...??? - Thanks to everybody"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Ronald Laeremans [MSFT]: "Re: CreateProcess question"
- Previous message: paul: "Re: How to track the child process's child process and wait it to finish?"
- Next in thread: Jeff Partch: "Re: Are the but standard C++ functions such as itoa(int,char*) supported or not???"
- Reply: Jeff Partch: "Re: Are the but standard C++ functions such as itoa(int,char*) supported or not???"
- Reply: Doug Harrison [MVP]: "Re: Are the but standard C++ functions such as itoa(int,char*) supported or not???"
- Reply: Jerry Coffin: "Re: Are the but standard C++ functions such as itoa(int,char*) supported or not???"
- Reply: David F: "Re: Are...C++ functions...itoa(int,char*)...??? - Thanks to everybody"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|