more c++
This commit is contained in:
parent
3388967f2c
commit
7b5ece32de
BIN
build/thesis.pdf
BIN
build/thesis.pdf
Binary file not shown.
@ -33,7 +33,7 @@ After the program starts, control the data avenger with standard \verb-WSAD- con
|
|||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
int i;
|
int i;
|
||||||
if(i = cool::ProcessAllData());
|
if(i = cool::ProcessAllData()) // returns 0 on error
|
||||||
std::cout << i << std::endl;
|
std::cout << i << std::endl;
|
||||||
else
|
else
|
||||||
std::cerr << "error!" << std::endl;
|
std::cerr << "error!" << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user