Hi,
What do%1$08X $ and and X mean in boost. I'm trying to decipher the meaning of the followiung statement:
 
str(boost::wformat(L" (%1$08X)") % e.Error()).c_str(); where e is a com_error.
Thanks,
Priya.