10.07.2015 Views

Data Types & Type Checking - Ace

Data Types & Type Checking - Ace

Data Types & Type Checking - Ace

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Pointer Arithmetic in C/C++float stuff[100];float *p;p = stuff;*(p+5) is equivalent to stuff[5] and p[5]*(p+i) is equivalent to stuff[i] and p[i]Lecture 0643

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!