_ecvt, _gcvt and _fcvt problem
- From: sefer.kilic@xxxxxxxxx (Thrax)
- Date: 28 Apr 2005 05:18:55 -0700
Sory maybe this is a general c++ question, not evc++ question.
But I have problem about conversion double to string. When I use small
numbers to conversion my strings allways whitout zeros.
gcvt(0.1,2,res);
res=1
gcvt(0.08,3,res);
res=8
I can not understand where is problem, or what can I do by-pass this
problem.
I tried all other functions (ecvt and fcvt), also there is same
problem all of them.
Regards
Sefer KILIC
.
- Follow-Ups:
- Re: _ecvt, _gcvt and _fcvt problem
- From: r_z_aret
- Re: _ecvt, _gcvt and _fcvt problem
- Prev by Date: Re: Some questions; SHMenuBar, multilingual prog
- Next by Date: Re: Function Problem
- Previous by thread: Function Problem
- Next by thread: Re: _ecvt, _gcvt and _fcvt problem
- Index(es):
Relevant Pages
|