DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦451a1a62e⟧ TextFile

    Length: 219 (0xdb)
    Types: TextFile
    Names: »point.defs.h«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦cc8755de2⟧ »./libg++-1.36.1.tar.Z« 
        └─⟦23757c458⟧ 
            └─⟦this⟧ »libg++/etc/graph/point.defs.h« 

TextFile

// -*- C++ -*-
struct point
{
  double x, y;			// x and y coordinates
  char *label;			// label attched to coordinates.
  int symbol;			// index of symbol drawn at corrdinates.
};

#define DEFAULT_INITIAL_CAPACITY 1024