how to pass argv[] to template class?sorry. can I somehow remove post from here?
how to pass argv[] to template class?so I have to use something like: if(strcmp(argv[2],"int")==0) typedef int dataType; else i...
how to pass argv[] to template class?Hi everyone. I have a problem with passing program argument to template class. program usage: p...