User: Adrian Yu

  • Public profile

User profile: Adrian Yu

User info
User name:Adrian Yu
History
Joined:
Number of posts:5
Latest posts:

boost::match_results not empty but cannot access
Ok, I found the reason. It seems that boost doesn't behave exactly the same with what the c++ standa...

boost::match_results not empty but cannot access
I'm using boost::regex to capture specific format strings from a html file. Here is a piece of my co...

lambda expression error: expression must be a modifiable lvalue
So I read the lambda expression syntax, and change the [=] to [&], now it's perfect.

lambda expression error: expression must be a modifiable lvalue
I've never use the lambda expression before. Could you be more specific, please?

lambda expression error: expression must be a modifiable lvalue
Ok, the codes are: [code] vector<vector<double>> imageFiltered; // some processing codes here ...

This user does not accept Private Messages