allocate an int:                    int i =0;
  initialize an int:                    int i = 5;
  assign it to variable p1:        p1  = 5;
   
  or is it this:
   
  int i =new int[ ];
  int p1[5];
  int* p1 = &p1[5];
   
  is this right
  bob ryan

       
---------------------------------
Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now.

[Non-text portions of this message have been removed]

Reply via email to