Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
    
       return 0;
    }
    
  2. or download this
    [19:48:23.40} C:\test>cl float.c /Fefloatv8.exe
    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 
    +for 80x86
    ...
    
    c:\test>floatv6
    False True
    
  3. or download this
    ; 15   :    if( foo == (float)nv ) printf("True\n");
    
    ...
        push    OFFSET $SG2485       ## or not ...
        call    _printf
    
  4. or download this
    ; 15   :    if( foo == (float)nv ) printf("True\n");
    
    ...
        push    OFFSET FLAT:$SG801
        call    _printf