Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Status of Inline::CPP on Activeperl 5.10/Visual C++ 6

by almut (Canon)
on Sep 16, 2009 at 13:31 UTC ( [id://795611]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    class X {
      static const int x = 99;
      // ...
    };
    
  2. or download this
    class X {
      static const int x;
    ...
    };
    
    const int X::x = 99;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-19 21:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found