topical media & game development
professional-program-11-GridTemplateContainer-GridTemplateTemplateTest.c
? /
professional-program-11-GridTemplateContainer-GridTemplateTemplateTest.c
include <GridTemplateTemplate.h>
include <vector>
using namespace std;
int main(int argc, char** argv)
{
Grid<int, vector> myGrid;
myGrid.setElementAt(1, 2, 3);
myGrid.getElementAt(1,2);
Grid<int, vector> myGrid2(myGrid);
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.