Quick question

If a program where to have a "typedef double Etype", what would something like
storageM(new EType[0]) do
(storageM is also of type Etype(this means storageM is of type double right??))
Thanks for any help
Yeah that sounds right. This is called polymorphism and is a fancy\confusing way for us lazy programmers to type less and get the same result.
Topic archived. No new replies allowed.