Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C Structure query
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00612717
Message ID:
00613326
Views:
25
Just so no one gets confused, C pointers *are* addresses. You pass an address wherein something is contained ... it could be a single address containing an integer number, or it could be the beginning byte of one of these complex structures. C, unlike Foxpro, knows how big the thing is that begins at that address because you cannot declare a variable in C without telling the compiler the type of the variable.

Sorry for being a stickler for details, but I thought there was a great margin there where somebody could get confused by the language that said "C pointers are like addresses."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform