compiler warning about class with no virtual constructor when there is oneWith this code, the same error happens, but now with the line 87: [code]pixels.resize(h);[/code].
Code compiles without errors or warnings, but execution gives segmentation fault error in some cases[quote]Using my previous Bitmap and Netpbm classes, then as a first refactor consider:[/quote] With...
Unable to access elements of vector<vector<?>>[quote]vector<vector<struct Pixel>> does not require the struct; one can write: vector<vector<Pixel>...
Unable to access elements of vector<vector<?>>I have this class where the only atribute is a vector<vector<?>> like this: [code] class Test { pri...
Code compiles without errors or warnings, but execution gives segmentation fault error in some cases[quote]The first .pbm file I created in GIMP was not a set of space separated pixels.[/quote] I am ...
This user does not accept Private Messages