www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - _i64toa & DMC

reply "Robert M. Münch" <robert.muench robertmuench.de> writes:
Hi, I have some W32 code that uses those _i64... functions. How are those
functions handled with DMC? Are there are RTL equivalent functions
available?

BTW: How is this 64 bit number stuff handled in DMC anyway?

--
Robert M. Münch
IT & Management Freelancer
Mobile: +49 (0)177 2452 802
Fax   : +49 (0)721 8408 9112
Web   : http://www.robertmuench.de
Dec 21 2002
next sibling parent "Daniel Fazekas" <fds mailbox.hu> writes:
"Robert M. Münch" <robert.muench robertmuench.de> wrote in message
news:au1oik$2f3m$1 digitaldaemon.com...
 Hi, I have some W32 code that uses those _i64... functions. How are those
 functions handled with DMC? Are there are RTL equivalent functions
 available?
 BTW: How is this 64 bit number stuff handled in DMC anyway?
Check the RTL documentation here: http://www.digitalmars.com/rtl/rtl.html I don't think the i64 functions are available, you may however be able to use the *scanf and *printf functions with the %ll (long long) format specifier to convert 64-bit long longs to and from strings. -- Daniel
Dec 21 2002
prev sibling parent reply Jan Knepper <jan smartsoft.us> writes:
See attached.
Jan



"Robert M. Münch" wrote:

 Hi, I have some W32 code that uses those _i64... functions. How are those
 functions handled with DMC? Are there are RTL equivalent functions
 available?

 BTW: How is this 64 bit number stuff handled in DMC anyway?

 --
 Robert M. Münch
 IT & Management Freelancer
 Mobile: +49 (0)177 2452 802
 Fax   : +49 (0)721 8408 9112
 Web   : http://www.robertmuench.de
Dec 23 2002
parent reply "Robert M. Münch" <robert.muench robertmuench.de> writes:
"Jan Knepper" <jan smartsoft.us> schrieb im Newsbeitrag
news:3E07E417.4F310025 smartsoft.us...

 See attached.
Thanks a lot! Do you have more DMC goodies? I'm using your target.h as well ;-)) makes life a lot easier. Robert
Dec 24 2002
next sibling parent Jan Knepper <jan smartsoft.us> writes:
"Robert M. Münch" wrote:

 "Jan Knepper" <jan smartsoft.us> schrieb im Newsbeitrag
 news:3E07E417.4F310025 smartsoft.us...

 See attached.
Thanks a lot! Do you have more DMC goodies?
Tons!
 I'm using your target.h as well
 ;-)) makes life a lot easier. Robert
Thanks! Jan
Dec 24 2002
prev sibling parent reply Jan Knepper <jan smartsoft.us> writes:
Here... vsscanf and vswscanf because it's Christmas!
I think they are still missing from stdio.h...
Jan



"Robert M. Münch" wrote:

 "Jan Knepper" <jan smartsoft.us> schrieb im Newsbeitrag
 news:3E07E417.4F310025 smartsoft.us...

 See attached.
Thanks a lot! Do you have more DMC goodies? I'm using your target.h as well ;-)) makes life a lot easier. Robert
Dec 24 2002
parent reply "Robert M. Münch" <robert.muench robertmuench.de> writes:
"Jan Knepper" <jan smartsoft.us> schrieb im Newsbeitrag
news:3E087293.7CC329F smartsoft.us...

 Here... vsscanf and vswscanf because it's Christmas!
 I think they are still missing from stdio.h...
Thanks! :-)) Well Jan, newyear is coming up next ;-)) so what will we see than? And it is rumoured that x-mas will be extended to 7 days to fill the party-gap until newyear... Robert
Dec 25 2002
parent Jan Knepper <jan smartsoft.us> writes:
"Robert M. Münch" wrote:

 Here... vsscanf and vswscanf because it's Christmas!
 I think they are still missing from stdio.h...
Thanks! :-)) Well Jan, newyear is coming up next ;-)) so what will we see than? And it is rumoured that x-mas will be extended to 7 days to fill the party-gap until newyear... Robert
Will see if I am in the mood for New Years... <g> Jan
Dec 26 2002