initial textdemo
This commit is contained in:
@ -13,6 +13,16 @@
|
|||||||
|
|
||||||
void text_demo() {
|
void text_demo() {
|
||||||
|
|
||||||
/* Hier muess Code eingefuegt werden */
|
/* Hier muess Code eingefuegt werden */
|
||||||
|
|
||||||
|
// TODO:
|
||||||
|
// kout << fixedwidth(5) << "Test" << endl;
|
||||||
|
|
||||||
|
kout << "Test der Zahlenausgabefunktion:" << endl << endl;
|
||||||
|
kout << "| dec | hex | bin |" << endl;
|
||||||
|
kout << "+-----+------+-------+" << endl;
|
||||||
|
|
||||||
|
for (unsigned char num = 0; num < 17; ++num) {
|
||||||
|
kout << "| | | |" << endl;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user