yaojiadong
yaojiadong
@faizol I had the error Have you solved it? I am also studying react with c++ as server. It would be appreciated if you could share any other study material....
Hi @reza-arjmandi , thanks for your response. I don't quite get your point. Do you mean using `_settings->set_default_header( "Access-Control-Allow-Origin", "*");` ? This is the code that we are running, but...
`as_uint64()` does not convert a signed int to an unsigned int. It does the same as `get_uint64()` with exception. The value stored in the object is a signed value, that...