Guest_imported
New member
- Jan 1, 1970
- 0
I want to create an array of brushes (a "palette" and the following syntax:<br><br><FONT FACE=monospace>CBrush brushes[] =<br>{<br>CBrush(RGB(255,0,0)),<br>CBrush(RGB(0,255,0)),<br>CBrush(RGB(0,0,255))<br>}</font><br><br>is incorrect because no copy constructor is available for this class.<br>Tell me, what should I do?<br>