Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Pointer Unsafe « Language Basics « C# / C Sharp
C# / C Sharp
Language Basics
Pointer Unsafe
1.
References and Pointers
2.
Demonstrate pointers and unsafe
3.
Demonstrate fixed
4.
Demonstrate the effects of pointer arithmethic
5.
Demonstrate pointer comparison
6.
An array name with an index yields a pointer to the start of the array
7.
Index a pointer as if it were an array
8.
Use fixed to get a pointer to the start of a string
9.
Multiple Indirect
10.
Unsafe code: copy
11.
Pointers and Declarative Pinning
12.
Unsafe Context