指针,指向指针的指针

2006-03-22 15:07:24 J2ME经验 Views(1158)

Movie A[];    //Movie是自己写的类

A = new Movie[4];
           for (int i=0; i<4; i++){
                 A[i] = new Movie();   //如果没有这一句,就有空指针错误
                 A[i].loadFromFile("xx");
           }

Comments

zengcity

bug

2006-04-07 15:04:32

Leave a Comment

Name
Content
Verification Type the characters you see in the picture below