Search:

Type: Posts; User: kstar

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,423

    looking for a little bit of help with my logic

    i need a little help with this and since its thanksgiving weekend i cant get a hold of my teacher for help but the question is this.

    A jailer has 1000 prisoners, locked behind doors which lock and...
  2. Replies
    9
    Views
    1,295

    i used the while statement below and it printed...

    i used the while statement below and it printed out the sentences right.. but once i take the // away from the second while it prints the first setence and moves the cursor to the second line and...
  3. Replies
    9
    Views
    1,295

    i've tried int main () { ifstream...

    i've tried


    int main ()
    {
    ifstream infile;
    char ch;
    infile.open("textfile.txt");

    while (!infile.eof())
  4. Replies
    9
    Views
    1,295

    need some help :)

    basically i have to write a program that looks like what is below and the goal is for the program to output whats in the file and how many words, lines, paragraphs there are (blank lines between...
Results 1 to 4 of 4