[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppBuilderIntToStr
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppBuilderIntToStr
(C++ Builder) Converting an integer to a String
const int myValue = 69; const String myString = IntToStr(myValue);
- include <SysUtils.hpp>
Other code snippets
(C++) Converting an integer to a std::string
Code links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
