OT: This Swift thing

Gregory Ewing greg.ewing at canterbury.ac.nz
Sat Jun 7 21:09:20 EDT 2014


Michael Torrie wrote:
> Technically C doesn't either, except via subroutines in libc, though C
> does have pointers which would be used to access memory.

The Pascal that Apple used had a way of casting an
int to a pointer, so you could do all the tricks
you can do with pointers in C.

-- 
Greg



More information about the Python-list mailing list