¡@

Home 

c++ Programming Glossary: varprint

How to implement “Variadic Template” with pre-c++0x(VS2008)?

http://stackoverflow.com/questions/7683041/how-to-implement-variadic-template-with-pre-c0xvs2008

this can't be complied because i'm using VS2008. bool VarPrint std ostringstream out const std string s std string size_type.. s return true template typename T typename... Args bool VarPrint std ostringstream out const std string s const T value const.. 1 ' ' out value if curr_offset 2 s.length return VarPrint out s.substr curr_offset 2 args... return true prev_offset..