Pointers in C #

Source: Internet
Author: User

Heard someone say that there is no pointer in C #, so want to write a C # in the use of pointers;

C # Pointers are unsafe code, that is, the pointer runs under unmanaged code.

And there is a certain difference in the definition of pointers in C # and pointers to C + +.

C + + definition

int *p1,*p2; Variable-based pointers

C # definition

int* P1,P2; Variable-based pointers

Because it is an unmanaged state of unsafe Code, C # compilation also has all the differences

Unsafe Code Compilation:

csc unsafe

Unsafe code in the program to be placed in the

unsafe {

Unsafe code

}

To eat, write it here, save it later, sample C # pointers, and tell the pros and cons.

Pointers in C #

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.