Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Nested data structures... nasty?

by FoxtrotUniform (Prior)
on May 28, 2002 at 15:38 UTC ( [id://169802]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    typedef struct {
      float x;
      float y;
      float z;
    } vec3d;
    
  2. or download this
    vec3d vertices[20];
    
  3. or download this
    my %vert = (
      'x' => undef, # placeholder
      'y' => undef,
      'z' => undef,
    );
    

Log In?
Username:
Password:

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

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

    No recent polls found