Search:

Type: Posts; User: jclaxton

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    2,671

    Re: Primitive text editor

    I know how to read and write files line by line, just not word by word. I guess I could search for blank spaces and create strings from whatever's in between. It just seems like there must be an easy...
  2. Replies
    4
    Views
    2,671

    Primitive text editor

    Hi, I need to code a primitive text editor for school that can edit text files with the following methods:

    1. String spellCheck () // finds the first occurrence of spelling error and returns the...
Results 1 to 2 of 2