Search:

Type: Posts; User: melissa

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,752

    I'm using VC++ 6.0 (Standard I think). I actually...

    I'm using VC++ 6.0 (Standard I think). I actually got it to work though. I made else an else if before the cout to check if its the end of file.

    cin.eol() would return true if it encountered a...
  2. Replies
    5
    Views
    1,752

    Problems displaying content of a text file

    This function displays to the screen the contents (words separated by spaces) of a text file. It gets a character and checks if it is a blank space. If it is, a newline is displayed. If not, the...
Results 1 to 2 of 2