topical media & game development

talk show tell print

professional-program-11-GridPartialString-GridTestString.c

? / professional-program-11-GridPartialString-GridTestString.c


  include <GridString.h>
  
  include <iostream>
  using namespace std;
  
  int main(int argc, char** argv)
  {
    Grid<int, 2, 2> myIntGrid; // Uses the original Grid
    Grid<char*, 2, 2> myStringGrid; // Uses the partial specialization for char *s
    //  Grid<2, 3> test; // DOES NOT COMPILE! No type specified.
  
    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.