__gc?

FlyBoy

Centurion
Joined
Sep 6, 2004
Messages
106
what it used for?
for e.g:
String __gc * input = Console::ReadLine();

i've tried:
string * input=console::readline();

and it works just fine...so why the __gc is there( im taking this from a book that i read)
 
Back
Top