Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Inline::C-Cookbook's "Object Oriented Inline"

by syphilis (Archbishop)
on Aug 26, 2007 at 10:43 UTC ( [id://635113]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    
    ...
      PV = 0x2f3ca4 ""
      CUR = 0
      LEN = 0
    
  2. or download this
    SV* new(char* class, char* name, char* rank, long serial) {
        Soldier* soldier;
    ...
        return sv_setref_pv(newSViv(0), class, (void *)soldier);
    
    }
    
  3. or download this
    SV* new(char* class, char* name, char* rank, long serial) {
        Soldier* soldier;
    ...
    
        return ret;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-24 16:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found