Search:

Type: Posts; User: mister_s

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,737

    Ok I got the spaces but how do you integrate the...

    Ok I got the spaces but how do you integrate the words erase in this code?



    #include <stdio.h>
    #include <string.h>
    #include <ctype.h>
    #define MAXLINE 128

    int read_a_line(char * line);
  2. Replies
    8
    Views
    1,737

    #include #include #include...

    #include <stdio.h>
    #include <string.h>
    #include <ctype.h>
    #define MAXLINE 128

    int read_a_line(char * line);
    int the_end(char*line);
    void add_punct(char*line);
    void capitalize(char*line);...
  3. Replies
    8
    Views
    1,737

    Deleting characters from strings

    I'm trying to make a simple spelling corrector and I'm having some trouble.

    Let's say I have: "This is a spelling corrector."
    How can I write a function to delete the unnessecary spaces...
Results 1 to 3 of 3