C# 0 The Complete Reference


fixed  prevents  o



Download 4,07 Mb.
Pdf ko'rish
bet744/1096
Sana23.01.2022
Hajmi4,07 Mb.
#402171
1   ...   740   741   742   743   744   745   746   747   ...   1096
Bog'liq
C-Sharp 3 The Complete Reference Herbert Schildt

fixed

 prevents 



o

 from being moved. Because 



p

 points to 



o.num

, if 


o

 were moved, then 



p

 would point to an invalid location.



Accessing Structure Members Through a Pointer

A pointer can point to an object of a structure type as long as the structure does not contain 

reference types. When you access a member of a structure through a pointer, you must use 

the arrow operator, which is 



–>

, rather than the dot (



.

) operator. For example, given this 

structure,

struct MyStruct {

  public int a;

  public int b;

  public int Sum() { return a + b; }

}

you would access its members through a pointer, like this:



MyStruct o = new MyStruct();

MyStruct* p; // declare a pointer

p = &o;

p->a = 10; // use the -> operator

p->b = 20; // use the -> operator

Console.WriteLine("Sum is " + p->Sum());




Download 4,07 Mb.

Do'stlaringiz bilan baham:
1   ...   740   741   742   743   744   745   746   747   ...   1096




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish