On Sat, Aug 9, 2008 at 8:56 PM, thides <[EMAIL PROTECTED]> wrote: > --- In [email protected], Paul David <[EMAIL PROTECTED]> wrote: [...] >> ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',}, {' ', ' ', ' ', ' ', ' ', ' ', >> ' ', ' ',}, }; > > What is this extra comma doing at the end of this initialization.
Unless you're using a C90 compiler, it's perfectly acceptable. http://www.ddj.com/cpp/184401387 - search for 'trailing comma' -- PJH 'Two Dead in Baghdad' not 'product-friendly' - Kent Ertugrul, chief executive of Phorm. http://shabbleland.myminicity.com
