Advertisement

1 - 10 of 1400 containing alltags:("double") (0.001 seconds)
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
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...
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 ...
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 ?
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 ...
Zones: ColdFusion Application ServerDate Answered: 11/03/2000 Grade: A Views: 0
What are the actual number formats and ranges for all possible number elements eg. int's, float's, double etc
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....
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...
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()     ...
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...
Zones: Visual BasicDate Answered: 12/26/2001 Grade: A Views: 0