text editor in c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • co04312
    New Member
    • Oct 2007
    • 1

    text editor in c++

    how to develop a program code in c++ for making text editor which have following features like
    1.open.
    2.save.
    3.cut
    4.copy
    5.delete.
    etc.
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    What platform?


    If you are using MSVC just create a MFC project with a Edit sytle view and it will do everything for you.

    Comment

    • Firecore
      New Member
      • Jul 2007
      • 114

      #3
      Originally posted by Banfa
      What platform?


      If you are using MSVC just create a MFC project with a Edit sytle view and it will do everything for you.
      but isnt mfc obsolete now?

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        Originally posted by Firecore
        but isnt mfc obsolete now?
        Yes but if it does the job then there is no reason not to use it :D

        Comment

        Working...