Re: Conversion from 2003 to 2005 just too hard

Tech-Archive recommends: Speed Up your PC by fixing your registry



"Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx>
wrote

>> the form Point _gc[]'), but how do I find out the details to it? Will a
>> method that has a parameter of the form "Point __gc[] point" work if I
>> give it something defined like this:
>>
>> array<Point^>^ point
>
> Yes, they're exactly the same type, one spelled in the old syntax, the
> other in the new syntax.
>
Umh, unless I'm missing something these don't match because you
have another level of indirection here.

I guess it should be array<Point>^ point (I'm too lazy to look it up, but
I would design Point as a value type).

Otherwise it should have been
Point* [] point
in the first place.

-hg



.



Relevant Pages

  • Re: Handling error/status messages by interface to C++ programs
    ... about how to design a compiler, please tell me where I can find ... exceptions for managing the error detection is rather a bad idea. ... I have to say I have seen a simple example of an object-oriented parser design in some book (unfortunately I forgot ... It would trigger user notification and do recover housekeeping like reseting the current syntax row's token stack because one wants to continue parsing and detect any other errors w/o aborting. ...
    (comp.object)
  • Re: new block notation (was: Re: ruby-dev summary 26468-26661)
    ... I didn't choose -> syntax just because "the most obvious one is too ... Block parameters are destination of multiple assignment. ... closures were introduced. ... but I consider myself very important in the design process of the Ruby ...
    (comp.lang.ruby)
  • Re: C Syntax
    ... > And the answer is obvious: because C syntax proved to be far more popular ... > And its design was influenced by another language, ...
    (comp.lang.c)
  • Re: AT&T or Intel syntax ?
    ... Macros come later than that design, as do address size choices, ... in their plug for the HLL tools though. ... assembler. ... This is why its syntax was quite different from traditional ...
    (comp.lang.asm.x86)
  • Re: Breakdown of approaches to PEP318
    ... > example from python-dev. ... of the syntax lends touch of impenetrability to them. ... the design of the function/code block. ... not just the ones who need advanced features. ...
    (comp.lang.python)