Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
A->B += A->C[d]->B please help!!
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Harold Aptroot, post: 3782727"] It does, see here: [URL]http://msdn.microsoft.com/en-us/library/s8bz4d5h(VS.80).aspx[/URL] But it's not used very often, raw pointers are rare in C# and raw pointers to structs (or arrays of them) more so. I usually only use pointers in C# when I'm dealing with bitmaps or with interop with some crazy native dll. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
A->B += A->C[d]->B please help!!
Top