Anti-nuisance lawsuit warning: The purpose of these notes is to remind me, Zoegond, of stuff or to help me work stuff out. They may contain mistakes.

Quick

  • ($a, $b....) = unpack("A2A7...", $packed)
  • push( array, list )

Monday, August 2, 2010

C# structs

Not quite like C structs:

struct DayAnalysis { public DateTime date; public int minutes; public string lasttime;
public int ndays; public int sminutes; };
DayAnalysis DayAna = new DayAnalysis();

Followers

Blog Archive