|
|
От: |
FelixK
|
|
| Дата: | 19.04.08 07:17 | ||
| Оценка: | |||
error C2440: '=' : cannot convert from 'void *' to 'char *'char * strPath = NULL;
strPath = malloc(strlen(argv[2]));error C2440: '=' : cannot convert from 'std::basic_string<_Elem,_Traits,_Ax>' to 'char *'char * strPath = NULL;
strPath = std::string(argv[2]);