Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Short routines matter more in OO?

by BrowserUk (Patriarch)
on Oct 13, 2003 at 10:29 UTC ( [id://298802]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    int build_table( int x, int Y, double **values, char *s ) {
        int xi, yi;
    ...
        else return ERROR_BAD_ARG | 1;
        return 0;
    }
    
  2. or download this
    int build_table( int x, int Y, double **values, char *s ) {
        int xi, yi;
    ...
        *s++ = "\n";
        return 0;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://298802]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-20 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found