Skip to content

Instantly share code, notes, and snippets.

View TadashiCZ's full-sized avatar

Tadeáš Valenta TadashiCZ

View GitHub Profile
tadeas@tadeas-ThinkPad-Edge-E440:~/Downloads$ diff main\ \(1\).cpp main\ \(2\).cpp
303c303
< cout << "Prazdny byte neni prazdny 1" << endl;
---
> //cout << "Prazdny byte neni prazdny 1" << endl;
306c306
<
---
> if (image.mHeight <= 0 || image.mWidth <= 0) return false;
378d377