how can i develop a command prompt based line editor utility ?.
Posted
by balaji
on Stack Overflow
See other posts from Stack Overflow
or by balaji
Published on 2010-06-13T05:08:41Z
Indexed on
2010/06/13
5:12 UTC
Read the original article
Hit count: 254
c++
so user will be able to edit/modify/view the content of the actual physical file. command like open, show, append, delete,swap,move,close,exit should be work on that command line.
© Stack Overflow or respective owner