About C++ programming
Wednesday, September 23, 2009
Challenges: io_display
For the io_display function, here is my consideration:
change the for-loop to while-loop
while(*str && i<len)
io_putch(*str++);
i++;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(5)
►
November
(1)
▼
September
(4)
Challenges #3 : io_display
Challenges: io_display
Challenges: GetInt
The #define Directive
About Me
Gwen
View my complete profile
No comments:
Post a Comment