虽然实际用的时候可以用一个转移量解决“负数下标”的问题,但比不上用负数来的自然。不用怀念PASCAL!坚信吧,C是可爱的。 看看这个: int a[500];int *b = &a[250]; //DaNmarner:Enjoy your negative index!