![]() |
CMPT 212
Spring 1998
|
myInt = 3 + (int) myFloat; onePtr = (MyStruct *) twoPtr;
myInt = 3 + int(myFloat);
x = sizeof pi; y = sizeof(myStruct);
size_t x = sizeof pi; size_t y = sizeof(myStruct);
![]() Return to lecture notes index |
|
This page is maintained by simpson@cs.sfu.ca. | Last updated on 28 Jan 1998. |