Python is just as good as C++ for real apps

Grant Edwards grante at visi.com
Sat Jan 26 10:28:12 EST 2002


In article <rfa45ucad27sqhkbotf00r6amcttejckl0 at 4ax.com>, Courageous wrote:
> 
>>That both i and (*p) are ints.
> 
> Well, sure, but p isn't. 

I never said anything about p.  I've always been talking about
*p.  I said that when you decleare

int i,*p; 

You're declaring that "i" and "*p" are integers.

> Without special additional operators, p behaves
> entirely differently than an int.

Yes.

-- 
Grant Edwards                   grante             Yow!  .. One FISHWICH
                                  at               coming up!!
                               visi.com            



More information about the Python-list mailing list