topical media & game development
professional-program-12-Typedefs-Typedefs.c
? /
professional-program-12-Typedefs-Typedefs.c
include <SpreadsheetCell.h>
include <Grid.h>
typedef Grid<SpreadsheetCell> Spreadsheet;
int main(int argc, char** argv)
{
Spreadsheet mySpreadsheet;
// Rest of the program.
}
void processSpreadsheet(const Spreadsheet& spreadsheet)
{
// body omitted
}
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.