KNF ist nur Ausgabesache

This commit is contained in:
Jonny007-MKD 2014-01-07 18:05:28 +01:00
parent d709a33fe9
commit 69ff2466ff

View file

@ -159,7 +159,7 @@ void KV::PrintCellValues() // Erstellt die Werte der jeweiligen Zellen: ▯▯
// Dies sind die Zellwerte:
///*
char* I = new char[2];
_itoa_s(this->allCells->at(i)->value, I, 2, 10);
_itoa_s(this->allCells->at(i)->value ^ KNF, I, 2, 10);
this->TextBox(XL, YT, XR, YB, 10, BLACK, TRANS, TRANS, CENTER, I);
delete I;
//*/