Re: Pointers??
- From: "Herfried K. Wagner [MVP]" <hirf-spam-me-here@xxxxxx>
- Date: Sat, 18 Jun 2005 11:55:56 +0200
"Chad Z. Hower aka Kudzu" <cpub@xxxxxxxxx> schrieb:
does C# has pointers?
Not really. .NET doesnt have pointers per se. You can simulate them, or in some cases use
unmanaged code, but in effect .NET does not have pointers, and I for one am glad to see them
finally gone. Pointers have no place in business code.
C# actually supports pointers. However, you must place the code in an 'unsafe' block.
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
.
- Follow-Ups:
- Re: Pointers??
- From: Chad Z. Hower aka Kudzu
- Re: Pointers??
- References:
- Pointers??
- From: Newbie
- Re: Pointers??
- From: Michael C#
- Re: Pointers??
- From: Newbie
- Re: Pointers??
- From: Chad Z. Hower aka Kudzu
- Pointers??
- Prev by Date: ipsec
- Next by Date: Re: strange design-time control behavior
- Previous by thread: Re: Pointers??
- Next by thread: Re: Pointers??
- Index(es):
Relevant Pages
|