__gc?

FlyBoy

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

ive 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