¡@

Home 

c++ Programming Glossary: seperator

What comes first - template instanziation Vs. macro expansion?

http://stackoverflow.com/questions/10208233/what-comes-first-template-instanziation-vs-macro-expansion

will take commas inside the braces to be argumentsseperators for the macro since it doesn't parse the c code to see that.. since it doesn't parse the c code to see that it is the seperator for the template arguments. So the COMMA macro is used to insert..

Serializing a class which contains a std::string

http://stackoverflow.com/questions/7046244/serializing-a-class-which-contains-a-stdstring

serialize std ostream out const out height out ' ' number seperator out width out ' ' number seperator out name.size serialize size.. height out ' ' number seperator out width out ' ' number seperator out name.size serialize size of string out ' ' number seperator.. out name.size serialize size of string out ' ' number seperator out name serialize characters of string return out std istream..