How can i convert a double variable to a string??
double mydouble= 5.678;
char *mychar;
I want to get mychar containging "5.678"
Pls help...
sunanda
http://www.experts-exchange.com/Programming/Languages/C/Q_10217138.html
Zones:
CDate Answered: 12/14/1999 Grade: B Views: 0
Hi,
Is there a way to use the "Finde duplicate" query to delete double in your tables. For example I have made a "Find duplicate" query for a table and now I want to delete all the doubles he se...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_11335337.html
Zones:
MS AccessDate Answered: 11/14/2000 Grade: A Views: 4
Hello, I have a question about how you easiest display data in a window.
Characters are not a problem, but how do you display variables of type int and
double? One could use a dialog with a edit ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_11405598.htm...
Zones:
Windows MFCDate Answered: 09/29/2000 Grade: B Views: 0
if a string with numbers(123) has to be converted to double (0000000123) how would you do it ?
http://www.experts-exchange.com/Programming/Languages/C/Q_11619078.html
Zones:
CDate Answered: 04/15/2003 Grade: B Views: 0
hi, i need to create a form using CFFILE ACTION="write". but the tag will mistaken the double colon in the
tag and close after that thus making my remaining codes useless. any help? and oso the ...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_11721378...
What are the actual number formats and ranges for all possible number elements
eg. int's, float's, double etc
http://www.experts-exchange.com/Programming/Languages/Java/Q_11955498.html
Zones:
JavaDate Answered: 11/24/2000 Grade: A Views: 0
If I have the following:
double a,b;
int m=3;N=20;
a=0.15;
b = (double) m /(double) N
if (b >= a) //this is false
{
//it will not enter here!!!
}
Why? please explain?
--MJ
P....
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20114516.html
Zones:
C++Date Answered: 05/08/2001 Grade: B Views: 0
The output of the following code is
%x30
1.111111111111111164357484e-05
%x30
1.111111111111111164357484e-05
%x30
0.0000111111...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20137016.html
Zones:
C++Date Answered: 08/04/2001 Grade: A Views: 0
Hi,
I am trying to capture double click event in a ComboBox. The style is set to "Drop Down Combo". I
added the following method in my project.
Private Sub Combo1_DblClick()
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20148089.html
Zones:
Visual BasicDate Answered: 07/17/2001 Grade: A Views: 0
Hi,
I have a listview. I want it to open the item when it is double clicked. THe prob is that if i use the double click Event you don't even have to double click on the icon to get it to execute i...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20248984.html
Zones:
Visual BasicDate Answered: 12/26/2001 Grade: A Views: 0