求助,大伙帮帮忙,有一题C++的题目,望帮忙解决,十万火急。不甚感激~~~~~~~~~~~~
You are to analyse and design a solution for a simple line editor program which
responds to the following commands:
E: Enters edit mode. Allows entry of text. Assume each line is a max of 80
characters and terminate by entering the # symbol.
(输入E,然后可以输入文章,每行不超过80的字。按#号键结束)
N: Displays line N. and sets the line index to N.
D: Deletes the current line.
A: Append (附加)mode. Text is inserted (插入)after the current line. To leave append mode the
user types a #.
P: Print the document on screen.
Q: Quit.
问题点数:100、回复次数:13Top
1 楼zengwujun(月之海 为linux入门奋斗100天)回复于 2005-04-03 18:06:26 得分 0
upTop
2 楼zengwujun(月之海 为linux入门奋斗100天)回复于 2005-04-03 19:23:55 得分 20
文件太大了,不想贴了,你给个邮箱,发给你好不好.
dos下的文本编辑程序,功能比较完备Top
3 楼pcboyxhy(-273.15℃)回复于 2005-04-03 19:48:18 得分 0
网上有的下Top
4 楼bing_shan(冰山∮不在沉默中爆发 就在沉默中死亡)回复于 2005-04-03 20:14:28 得分 0
up
网上有的下Top
5 楼MagicCarmack(MagiC++)回复于 2005-04-03 20:39:02 得分 10
up
网上有的下
www.cn700.com 去找一下,很多东东的Top
6 楼wupeizhe(菜鸟上路)回复于 2005-04-03 23:03:54 得分 0
有意思,不是很难哦,有时间写写Top
7 楼sophia_xtt(shelley)回复于 2005-04-06 22:06:35 得分 0
呵呵,顺利竣工~~~Top
8 楼zengwujun(月之海 为linux入门奋斗100天)回复于 2005-04-07 08:48:54 得分 0
竣工了?这么快?
代码贴出来大家共享3Top
9 楼Programmerjacinth(阿聪)回复于 2005-04-07 19:40:56 得分 0
竣工了?也该揭贴了啊~Top
10 楼MagicCarmack(MagiC++)回复于 2005-04-09 03:24:57 得分 0
竣工了?Top
11 楼sophia_xtt(shelley)回复于 2005-04-15 18:00:24 得分 0
哎呀,我这个帖发了2次啊,另一个结了,这个分数不够 了,呵呵Top
12 楼shelley720(快乐~~)回复于 2005-04-15 18:17:23 得分 30
呵呵,Top
13 楼shelley720(快乐~~)回复于 2005-04-15 18:18:10 得分 40
散分!Top




