Re: Gnucap Comprehensive Help System Implementation Details
Felix Salfelder <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, May 25, 2014 at 06:06:36PM +0200, Rishabh Yadav wrote: > Can you explain what does "CARD" mean?Rest sounds great... CARD is the base class for everything. from e_card.h """ * base class for anything in a netlist or circuit file [..] class CARD; """ i am not sure where the terminology originates from, but it seems to be quite common. maybe it dates back to a time when people fed punch cards into their mainframes.. cheers felix