...this is a log of code snippets and useful tips I wrote/found. Should you find any mistakes or have any useful suggestions, please do not hesitate to write to me.
Tuesday, February 7, 2012
pointers in C#
if p is a variable denoting a pointer, and *p is the variable it points to, then:
No comments:
Post a Comment