Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.programming
|
|||
|
|||
![]()
// asString.h
#ifndef _ASSTRING_H_ #define _ASSTRING_H_ #include <string std::string asString (); std::string asString (void * val); std::string asString (int val); std::string asString (long val); std::string asString (unsigned int val); std::string asString (double val); std::string asString (unsigned long val); std::string asString (const char *val); std::string asString (int val, const char * conversion); std::string asString (long val, const char * conversion); std::string asString (unsigned int val, const char * conversion); std::string asString (unsigned long val, const char * conversion); std::string asString (double val, const char * conversion); #endif |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
my latest C++ excel OLE automation code | Excel Programming | |||
How to determine if an excel Excel was open by code (automation) ormanually, by a human user | Excel Programming | |||
Latest Office Automation Techniques | Excel Programming | |||
Excel automation: Why my code is hijacked? | Excel Programming | |||
Automation Code Problem from Access to Excel | Excel Programming |