A repo of code snippets ..

...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:

p[e] is equivalent to *(p+e)

Posted by Neelima at 6:00 PM
Labels: C#

No comments:

Post a Comment

Newer Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ►  2017 (7)
    • ►  June (3)
    • ►  April (1)
    • ►  March (1)
    • ►  February (2)
  • ►  2016 (2)
    • ►  December (1)
    • ►  October (1)
  • ►  2015 (6)
    • ►  June (1)
    • ►  April (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (2)
  • ►  2014 (21)
    • ►  September (2)
    • ►  August (5)
    • ►  July (4)
    • ►  April (1)
    • ►  March (4)
    • ►  February (4)
    • ►  January (1)
  • ►  2013 (7)
    • ►  November (2)
    • ►  October (1)
    • ►  September (4)
  • ▼  2012 (4)
    • ►  August (2)
    • ▼  February (2)
      • drawing axes for a graph using GDI+ on a panel in C#
      • pointers in C#
Simple theme. Theme images by luoman. Powered by Blogger.