Changes

Jump to: navigation, search

The Scriveners - OOP344 20113

473 bytes added, 23:17, 16 November 2011
Ryan
* (due by Nov 18, in branch qtdang1/cmenu, current stage: R0.3)
* problem: Label _data has junk in it.(RESOLVED)
 
*problem with Test7MenuItem
 
<pre>
//for(int k=1;k<console.getRows();k+=2){
// for(int m=0;m<console.getCols()-10;m+=10){
// // Screen<<new CLabel((i=!i)?"Hello": "Hi",k, m, 9);
// }
//}
</pre>
 
currently using the older version of the screen frame until problem is resolved
<pre>
for(int k=0;k< console.getRows();k+=2){
for(int m=0;m<console.getCols()-10;m+=10){
console.setPos(k, m);
i=!i;
console<<(i?"Hello":"Hi");
}
}
</pre>
====David====
1
edit

Navigation menu