python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to parse std::string into Poco::JSON::Object in C++
Is it possible to parse std::string into the Poco::JSON::Object?
All I've found was std::string -> Poco::JSON::Object::Ptr through the Poco::Dynamic::Var and Parser. Why can't I avoid using pointer...
Alvov1
Votes: 0
Answers: 1
Can not convert to Poco::UTF16String
Code sniff is below:
Poco::JSON::Object::Ptr JsonObject = jsonObject->getObject("Policy");
std::ostringstream stream;
JsonObject->stringify(stream);
In the above line getting a poco e...

Vikrant Bhatia
Votes: 0
Answers: 0
Fingerprint vendor missing
Android Build currently fails due to this missing file
I am trying to build crDroid 12.0 using this device tree and vendor tree listed below.
https://github.com/raystef66/device_xiaomi_alioth
https://...
Md Belayet Hossen
Votes: 0
Answers: 1
Crash on copy paste on xiaomi devices
i am facing a issue that when user trying to copy and paste on poco and redmi devices app crashes. giving the stacktrace.
java.lang.ClassNotFoundException: miui.security.appcompatibility.AppCompatibil...
Taha alam
Votes: 0
Answers: 1