| ??? 03/03/07 04:57 Read: times |
#134184 - Probably without using an 8052... Responding to: ???'s previous message |
Not sure how long to alpha conversion on a PC has much to do with the theme of this message board, namely 8052's and their derivatives, but taken from Microsoft's online help, the methods can include any of the following:
errno_t _ltoa_s(
long value,
char *str,
size_t sizeOfstr,
int radix
);
errno_t _ltow_s(
long value,
wchar_t *str,
size_t sizeOfstr,
int radix
);
template <size_t size>
errno_t _ltoa_s(
long value,
char (&str)[size],
int radix
); // C++ only
template <size_t size>
errno_t _ltow_s(
long value,
wchar_t (&str)[size],
int radix
); // C++ only
|
| Topic | Author | Date |
| Help Data Type Conversion | 01/01/70 00:00 | |
| Iterate | 01/01/70 00:00 | |
| Don't understand | 01/01/70 00:00 | |
| Base conversions | 01/01/70 00:00 | |
| You gonna take his mid-terms too? | 01/01/70 00:00 | |
| Sorry not homework | 01/01/70 00:00 | |
Okay, her you go... | 01/01/70 00:00 | |
| iterateration | 01/01/70 00:00 | |
| Perhaps a bit more caution? | 01/01/70 00:00 | |
| How would you do it on a PC? | 01/01/70 00:00 | |
| Probably without using an 8052... | 01/01/70 00:00 |



