P 19, (item 3)
missing char

The code at the bottom of p. 19 reads:

//Version two

try
{
   MyType t1;
  
t = (MyType)o;

It should be:

try
{
   MyType t1;
  
t1 = (MyType)o;



Published Sunday, July 16, 2006 7:47 PM by wwagner
Filed under:

Comments

No Comments

Leave a Comment

(required) 
(required) 
(optional)
(required)