Related questions
How to enable Developer mode on Samsung SmartTV 2018?
I want to enable the Developer mode on Samsung Smart TV 2018 (Tizen, model code: UE49NU8005). The steps given in Samsung's Developer website is not working.
I have the issue at step 1.c, in the 'Apps panel' on pressing 1,2,3,4,5 the …
convert unsigned char* to std::string
I am little poor in typecasting. I have a string in xmlChar* (which is unsigned char*), I want to convert this unsigned char to a std::string type.
xmlChar* name = "Some data";
I tried my best to typecast , but I …