cpp:exception_rethrow
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cpp:exception_rethrow [2020/05/05 10:08] – [Διαχείριση εξαίρεσης και παραγωγή νέας εξαίρεσης κατά τη διαχείριση της] gthanos | cpp:exception_rethrow [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| 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; | ||
cpp/exception_rethrow.1588673338.txt.gz · Last modified: 2020/05/05 09:08 (external edit)
