www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

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

↑ ↓ ← "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
→ "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
Jan Knepper <jan smartsoft.us> writes:
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

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
↑ ↓ "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
→ 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.


Tons!
 I'm using your target.h as well
 ;-)) makes life a lot easier. Robert

Thanks! Jan
Dec 24 2002
Jan Knepper <jan smartsoft.us> writes:
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

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
↑ ↓ "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
↑ ↓ → 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...

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