|
-
May 7th, 1999, 08:33 AM
#1
Problem!!!
how can i convert a float to a double with out a warning..
thx
-
May 7th, 1999, 11:56 AM
#2
Re: Problem!!!
double dVar1;
float fVar2;
dVar1 =(double)fVar2;
no warning warranty!!!
Marc
Industrial Software Developer
-
May 7th, 1999, 01:04 PM
#3
Re: Problem!!!
read yer book on type casting
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|