I'm reading a program in (.NET) C++ made by someone else, and I can't figure out what this means:
BinaryWriter^ file = gcnew BinaryWriter( File::Open( "Data.al", FileMode::OpenOrCreate ));
What DOES the ^ do in this sentence?
and what about this:
void GetEEDataRx(array<Byte> ^%EE)
What is the purpose of the ^%