For example I have such a code: <style> body { background: url(\'back.png\') repeat-y center; } </style>
What (if any) are some potential problems with a C++ macro usage like this? Would an inline function be a more appropriate solution?