Hey guys, I am trying to familiarize myself with multi-processor coding. So I created a C++ project in Visual Studio to get on my way with it. However, for textboxes it uses this weird String ^ object type. Been trying to figure out how to convert it into a int, or char* or something else, but nothing works. Does anyone know anything about this. Google wasn't very helpful.