Error when running =/
I receive this error :
warning: can't find linker symbol for virtual table for `Pixel' value
warning: found `typeinfo for Pixel' instead
Classes:
1 2 3 4 5 6 7 8 9 10
|
class Pixel {
int red;
int green;
int blue;}
class Line {
int numDePixel;
Pixel *arrayPixel;}
class Imagem {
int qntDeLinhas;
Line *arrayLinha;}
| |
I have to maintain this struct and access one Imagem(2,3) as matriz[][], it's works as well, but when i try change value of pixel the error occurs.
Error when running =/
did you mean /=
AFAIK =/ is not operator.
I can't say I've ever seen that warning before. Can you post the code the compiler is pointing to?
Thank about the help, but the problem was in design...
Topic archived. No new replies allowed.