This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
cpp:exception_rethrow [2020/05/05 10:08] gthanos [Διαχείριση εξαίρεσης και παραγωγή νέας εξαίρεσης κατά τη διαχείριση της] |
cpp:exception_rethrow [2020/05/16 20:12] gthanos |
||
|---|---|---|---|
| Line 42: | Line 42: | ||
| for(int row=0; row< | for(int row=0; row< | ||
| for(int col=0; col< | for(int col=0; col< | ||
| - | | + | |
| red = (unsigned char) atoi(str.c_str()); | red = (unsigned char) atoi(str.c_str()); | ||
| - | | + | |
| green = (unsigned char) atoi(str.c_str()); | green = (unsigned char) atoi(str.c_str()); | ||
| - | | + | |
| blue = (unsigned char) atoi(str.c_str()); | blue = (unsigned char) atoi(str.c_str()); | ||
| raster[row][col] = 0; | raster[row][col] = 0; | ||