topical media & game development
professional-program-10-Cherry-TestCherry.c
? /
professional-program-10-Cherry-TestCherry.c
// TestCherry.cpp
include <iostream>
include <BingCherry.h>
include <BingCherryTree.h>
int main(int argc, char** argv)
{
BingCherryTree theTree;
Cherry* theCherry = theTree.pick();
theCherry->printType();
delete theCherry;
}
(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.