Re: Is MSDN wrong? or I made a mistake? about static member function
- From: "Ajay Kalra" <ajaykalra@xxxxxxxxx>
- Date: 11 Jul 2006 19:54:37 -0700
C# further compounds the confusion by having some rule for allocating
some objects on the stack, and some on the heap, and it is not
apparent where your object is.
Yes it is very apparent as you know the type (value or not) of object.
It is necessary to know for deterministic finalization,
something else C# is weak in.
Its not really weak in it. It does provide a way to do it except that
it is not
readily apparent as most of the time you will not need it. However
these issues are not C# specific, rather .Net issues. Language really
has nothing to do with it.
I couldn't care less what the history of the language is, but I find like
the two distinct notations: -> and .
This has no meaning in a pure .Net world. It seems you are comparing
C++ and managed world, which really is comparing apples and oranges.
---
Ajay
.
- Follow-Ups:
- Re: Is MSDN wrong? or I made a mistake? about static member function
- From: David Ching
- Re: Is MSDN wrong? or I made a mistake? about static member function
- References:
- Re: Is MSDN wrong? or I made a mistake? about static member function
- From: Doug Harrison [MVP]
- Re: Is MSDN wrong? or I made a mistake? about static member function
- From: David Ching
- Re: Is MSDN wrong? or I made a mistake? about static member function
- From: Doug Harrison [MVP]
- Re: Is MSDN wrong? or I made a mistake? about static member function
- From: Joseph M . Newcomer
- Re: Is MSDN wrong? or I made a mistake? about static member function
- From: David Ching
- Re: Is MSDN wrong? or I made a mistake? about static member function
- Prev by Date: Re: Numeric spin control,
- Next by Date: Re: afxMapHWND in release version of MFC 8.0
- Previous by thread: Re: Is MSDN wrong? or I made a mistake? about static member function
- Next by thread: Re: Is MSDN wrong? or I made a mistake? about static member function
- Index(es):
Relevant Pages
|