#include void __stdcall cmd ( std :: string params ) { std :: stringstream p ( params ) ; int a = 0 , b = 0 ; p >> a >> b ; }