FlyBoy Posted September 21, 2004 Posted September 21, 2004 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) Quote
Leaders dynamic_sysop Posted September 22, 2004 Leaders Posted September 22, 2004 gc stands for garbage collection ( part of the .net framework ) , here's msdn's explanation ... __gc here's msdn's link to all the C++ Keywords ... C++ Keywords hope it helps :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.