Help for this page

Select Code to Download


  1. or download this
    $i = 0; ++$i = 'fred';;
    Can't modify preincrement (++) in scalar assignment
    
  2. or download this
    #include <stdio.h>
    
    ...
        f( &( ++x ), &( ++x ) );
        return 0;
    }
    
  3. or download this
    junk.c
    junk.c(11) : error C2102: '&' requires l-value
    junk.c(11) : error C2102: '&' requires l-value
    junk.c(11) : error C2198: 'f' : too few arguments for call