sir,i am working on dev c++…i am getting error while using strtok function…
15 25 C:\Users\ahmed\Documents\sdbhjv.cpp [Error] cannot convert ‘std::string {aka std::basic_string}’ to ‘char*’ for argument ‘1’ to ‘char* strtok(char*, const char*)’
this is the error ,can u help how to resolve it…basically i have taken s string as input and applied tokenization directly