Co byste vytkli tomuto kódu: using namespace std; #define MAX_PATH = 256 void ProcessUserInput(wchar_t* FullPath) { if (!FullPath) return; wchar_t directoryPart[MAX_PATH + 1]; LPWSTR pwszDirectoryPart; pwszDirectoryPart = directoryPart; while ( *FullPath
Read More...