Help for this page

Select Code to Download


  1. or download this
     
    I'm constructing : Global array
    I'm constructing : in add
    ...
    Destruction :  in add
    9 + 16 = 25
    Destruction :  Global array
    
  2. or download this
    #ifndef _nir_test_main
    #define _nir_test_main
    ...
    };
    #endif
    
  3. or download this
    #include <stdio.h>
    
    ...
     return 0;
    }
    
  4. or download this
    #!/usr/bin/perl -w
    use lib '/usr/lib/perl5/vendor_perl/5.8.0';
    ...
          return x + y;
       }