>
Hi,

>
> Finally, a dumb question. Is there any chance that floats, ints,
> doubles, etc. in C or Floats, Integers, Long_Floats, or Long_Integers
> in Ada have different sizes between languages on 64-bit boxes than on
> 32-bit boxes?

float should always be 32bit, double always be 64bit in C. The type  
int is dependent on the machine you are using, so it can be 16bit,  
32bit, 64bit. Very likely that on 64bit machines int is 64bit (but  
must not be). See e.g. 
http://en.wikipedia.org/wiki/C_variable_types_and_declarations 
  .

Regards,
Werner

--
Dr. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web: http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office), +43-(0)1-58801-13469 (laboratory)
fax: +43-(0)1-58801-13499


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to