|
|
|
start date: Sun, 29 Jul 2007 19:58:37 GMT,
posted on: microsoft.public.dotnet.framework.performance
back
| Thread Index |
|
1
Allen Maki
|
|
2
ThunderMusic
|
|
3
cody
|
|
4
Ben Voigt [C++ MVP] am
|
New character
I found new character(^) included to some c++ cods. Such as:
public:
virtual String^ ReadLine ()
Can anybody tell what it is?
Thanks.
Date:Sun, 29 Jul 2007 19:58:37 GMT
Author:
|
Re: New character
Hi,
I may be wrong, but it seems to be related to Mumps
http://cns2.uni.edu/~okane/source/ISR/classes.html
But I didn't go further. I tried googling more, but found nothing else. good
luck!
I hope it helps
ThunderMusic
"Allen Maki" wrote in message
news:Nj6ri.29977$2v1.4943@newssvr14.news.prodigy.net...
>I found new character(^) included to some c++ cods. Such as:
>
> public:
> virtual String^ ReadLine ()
> Can anybody tell what it is?
>
> Thanks.
>
Date:Mon, 30 Jul 2007 19:31:55 -0400
Author:
|
Re: New character
Allen Maki wrote:
> I found new character(^) included to some c++ cods. Such as:
>
> public:
> virtual String^ ReadLine ()
> Can anybody tell what it is?
>
> Thanks.
>
>
This is new managed c++ syntax. ^ is a shortcut for __gc, which marks
garbage collected objects.
Date:Tue, 07 Aug 2007 13:53:39 +0200
Author:
|
Re: New character
"cody" wrote in message
news:%23TzX2kO2HHA.748@TK2MSFTNGP04.phx.gbl...
> Allen Maki wrote:
>> I found new character(^) included to some c++ cods. Such as:
>>
>> public:
>> virtual String^ ReadLine ()
>> Can anybody tell what it is?
>>
>> Thanks.
>
> This is new managed c++ syntax. ^ is a shortcut for __gc, which marks
> garbage collected objects.
Not a shortcut, a replacement.
microsoft.public.dotnet.languages.vc is the right place to discuss that sort
of code (C++/CLI)
Date:Mon, 13 Aug 2007 12:33:43 -0500
Author:
|
|
|