Re: "pointers" in /clr
- From: beginthreadex <beginthreadex@xxxxxxxxxxx>
- Date: Tue, 15 Nov 2005 21:11:44 +0000
The frustrating part is that articles from Microsoft do not designate they
are for managed code only. There are many C++ articles out there and if
they are for Managed code then they need to state so. "MC++" would be VERY
acceptable! Please !!
Persons that have been developing in VC++ for many years might run into the
same issues that I do with my teams. If MS knows that the classes are
collected then the syntax should not matter. There should be no reason for
^ instead of * or % instead of &. Just stick to what's already trained into
people so we don't need to keep rewritting things but use all the tools.
If not, then at least really embrace the __gc and such because that looks
and feels more standard.
Personally, I feel that Microsoft did a great job with .NET and C++.NET/MC++
is awesome. It's not for all tasks but it's something to be very proud of
in the end. It will be more impressive when the Phoenix compiler is
complete and we can actually compile to native with all of these "cool
helper classes".
>> Syntax like this in anything that's called C++ is so frustrating. What
>> you have below is just garbage ... and I wish Microsoft would collect it.
>
> That's one opinion. Here is another:
>
> If one's goal is to develop a native application in standard C++ then the
> new syntax is beside the point as it will not be present.
>
> On the other hand, if one targets a platform whose objects are allowed to
> move around in memory without the knowledge or consent of the developer or
> his language, then it is unreasonable to assume that the standard
> language, which makes no provision for such movement, will be expressive
> enough without changes.
>
> Regards,
> Will
--
new
.
- Follow-Ups:
- Re: "pointers" in /clr
- From: William DePalo [MVP VC++ ]
- Re: "pointers" in /clr
- From: Tamas Demjen
- Re: "pointers" in /clr
- References:
- "pointers" in /clr
- From: Peter Oliphant
- Re: "pointers" in /clr
- From: Nishant Sivakumar
- Re: "pointers" in /clr
- From: beginthreadex
- Re: "pointers" in /clr
- From: William DePalo [MVP VC++ ]
- "pointers" in /clr
- Prev by Date: Re: "pointers" in /clr
- Next by Date: Re: error C3699: '%' : cannot use this indirection on type 'System::String'
- Previous by thread: Re: "pointers" in /clr
- Next by thread: Re: "pointers" in /clr
- Index(es):
Relevant Pages
|