word processor programming

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • signal2007
    New Member
    • Feb 2008
    • 1

    word processor programming

    Hi everyone,how are you?
    What are some functions of a word processor in C/C++ programming?in other word how can i program a small word processor by c/c++?
    thanks in advance
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by signal2007
    Hi everyone,how are you?
    What are some functions of a word processor in C/C++ programming?in other word how can i program a small word processor by c/c++?
    thanks in advance
    You can get the list if you can use word for some time
    To name a few
    1)dictionary
    2)formatting
    3)font -related
    4)Searching for a word

    Raghuram

    Comment

    • Studlyami
      Recognized Expert Contributor
      • Sep 2007
      • 464

      #3
      I would open up notepad and look at all the menu options. If you are going to program a word processor in C++ i would look into using a Rich Edit Control which has a lot of functionality already built in and is easy to work with.

      Comment

      Working...