标签: c++ multithreading command-line-interface
使用ParameterizedThreadStart(System :: Threading)允许传递调用函数的参数。但声明此参数的Object ^类型并不舒服。有没有办法指定这种参数的确切类型?以及如何在该函数中传递多个参数?