User profile: aj3423

User info
User name:aj3423
History
Joined:
Number of posts:93
Latest posts:

std::regex problem, why \s\S doesn't work
[quote]some dialects support [^] as real "all symbols" character class.[/quote] The [^] seems to wor...

std::regex problem, why \s\S doesn't work
[quote]Try to use greedy quantifier (*) [/quote] I tried [code]regex pattern("aa[\\s\\S]*bb"); [/cod...

std::regex problem, why \s\S doesn't work
Thanks for the string literal tip. [quote][\s\S] ← doesn't it means "any characte which is or not...

std::regex problem, why \s\S doesn't work
Hi, Why this code not working? [code]#include <iostream> #include <string> #include <regex> using ...

InitCommonControlsEx is not necessary in win7?
Hi, I'm using [b]win7 32bit[/b] + [b]vs 2012[/b], I found InitCommonControlsEx is not necessary whe...

This user does not accept Private Messages

User: aj3423

  • Public profile