topical media & game development
professional-program-11-GridEmpty-GridTest.c
? /
professional-program-11-GridEmpty-GridTest.c
include <Grid.h>
include <SpreadsheetCell.h>
int main(int argc, char** argv)
{
Grid<int, 0> myIntGrid;
Grid<int, 10> myIntGrid2;
SpreadsheetCell emptyCell;
Grid<SpreadsheetCell, emptyCell> mySpreadsheet; // WILL NOT COMPILE
return (0);
}
(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.