Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.c++.moderated    |    Moderated discussion of C++ superhackery    |    33,346 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 32,136 of 33,346    |
|    Christopher Creutzig to Daryle Walker    |
|    Re: Variadic function to propagate array    |
|    14 Apr 12 11:31:15    |
   
   2bf4f6de   
   From: christopher@creutzig.de   
      
   On 4/13/12 8:46 PM, Daryle Walker wrote:   
   > int const table[3][3] = { {2, 3, 5}, {4, 6, 10}, {16, 36, 100} };   
      
   Make that   
      
   int const table[3][3] =   
    {{ {{2, 3, 5}}, {{4, 6, 10}}, {{16, 36, 100}} }};   
      
   I'm sure Daniel can explain why. :-)   
      
      
   Christopher   
      
      
   --   
    [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
    [ comp.lang.c++.moderated. First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca