| c++ Programming Glossary: phenotypeBrace-enclosed initializer list constructor http://stackoverflow.com/questions/4118025/brace-enclosed-initializer-list-constructor  enclosed initializer list constructor  I have class Phenotype with the following constructor Phenotype uint8 init NUM_ITEMS..  I have class Phenotype with the following constructor Phenotype uint8 init NUM_ITEMS I can create a Phenotype like this uint8.. constructor Phenotype uint8 init NUM_ITEMS I can create a Phenotype like this uint8 data 0 0 0 0 0 Phenotype p data But I get an.. 
 |