c++.windows.32-bits - _i64toa & DMC
- Robert M. Münch (10/10) Dec 21 2002 Hi, I have some W32 code that uses those _i64... functions. How are thos...
- Daniel Fazekas (9/13) Dec 21 2002 Check the RTL documentation here:
- Jan Knepper (3/13) Dec 23 2002 See attached.
- Robert M. Münch (4/5) Dec 24 2002 Thanks a lot! Do you have more DMC goodies? I'm using your target.h as w...
- Jan Knepper (4/10) Dec 24 2002 Thanks!
- Jan Knepper (4/9) Dec 24 2002 Here... vsscanf and vswscanf because it's Christmas!
- Robert M. Münch (5/7) Dec 25 2002 Thanks! :-)) Well Jan, newyear is coming up next ;-)) so what will we se...
-
Jan Knepper
(3/8)
Dec 26 2002
Will see if I am in the mood for New Years...
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
"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
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
"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
"Robert M. Münch" wrote:"Jan Knepper" <jan smartsoft.us> schrieb im Newsbeitrag news:3E07E417.4F310025 smartsoft.us...Tons!See attached.Thanks a lot! Do you have more DMC goodies?I'm using your target.h as well ;-)) makes life a lot easier. RobertThanks! Jan
Dec 24 2002
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
"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
"Robert M. Münch" wrote:Will see if I am in the mood for New Years... <g> JanHere... 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 26 2002