Search:

Type: Posts; User: moronoteque

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    958

    while loop question

    I know that you can use getchar in the control part of a while loop,
    ex: while ((ch=getchar())!=EOF)
    but can you use gets in the same manner? The reason I'm asking is that my project requires...
  2. Replies
    1
    Views
    784

    string manipulation

    I'm writing a translator program, and I'm confused about a certain part. The project description asks for you to sometimes take a char and turn it into something that has more than one letter. ...
Results 1 to 2 of 2