Thursday, October 29, 2009

IRC classes

We took our IRC class this Tuesday, and got a lot of information about how to start our project. It’s really a good idea to talk about project on-line, because when fardad said something, we could do it on our computer immediately. Actually, it’s the same to lab class, but unfortunately, we didn’t have lab class. In addition, we can have our meeting a little bit later than regular schedule, our team (BINGO) will meet on IRC at 9:00pm on both Tuesday and Friday, in order to ensure everyone can join our meeting. And also, we got a lot of extra time to prepare for the meeting, such as installed SVN. However, the only imperfection is that wasting lots of time on typing. Anyway, I really enjoy IRC class.

Saturday, October 10, 2009

Problem on as1tester.c, Maybe BUG

I just tested my code by using as1tester.c, but I found some problem with test 9.23. It said "Test 9.23: io_edit() Escape when IsTextEditor = 0, hit HOME key, then 'a', 'b', 'c' and then ESCAPE to test!", but it would be always failed because it required everything equals default value, I mean, nothing was allowed to change. So if you hit HOME KEY and insert three letters, that's impossible to pass the test. Therefore, I think there is a bug here.