c++ - My application includes #include<regex>. Does this work on XP machines? -


i have application supports windows version xp. have made changes application including <regex>. application still work in windows xp machine?

p.s.: did configure application use mfc in static library. if doesn't work should install on xp machine make work?


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -