Search:

Type: Posts; User: Paul Adams

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,344

    This is a sample of the text file: Friends,...

    This is a sample of the text file:

    Friends, Romans, countrymen, lend me your ears.
    I come to bury Caesar, not to praise him.
    The evil that men do lives after them.
    The good is oft interred with...
  2. Replies
    5
    Views
    1,344

    That part should have been commented out, sorry...

    That part should have been commented out, sorry about that. I am tinkering with it to see if I can get it to work properly.

    Even with that commented out, I still get 35 as my sentence count, even...
  3. Replies
    5
    Views
    1,344

    Problems with String Tokens

    I am having an issue with the strtok in my program. It doesn't seem to be matching the delimiters correctly.

    My program is supposed to count the number of words (working) and number of sentences...
  4. Replies
    2
    Views
    5,310

    Thanks for the suggestions, but even after...

    Thanks for the suggestions, but even after installing the Windows SDK it doesn't work.

    Any other idea of what I should do? I have moved over to working on my desktop, because it doesn't have any...
  5. Replies
    2
    Views
    5,310

    stdio.h library missing

    I am having an issue only on my laptop, it seems that all of my libraries are missing from Visual Studio 2010 Premium.

    I only have 3 libraries in the following directory:
    C:\Program Files...
  6. Replies
    2
    Views
    3,023

    Ok... now I feel really dense. I see that I...

    Ok... now I feel really dense. I see that I forgot to change my parameter from i to count.

    I am not familiar with your way of doing the while loop, but I like it. I guess the break kicks me out...
  7. Replies
    2
    Views
    3,023

    Do...While Loop problem

    Yes, this is a homework problem, but I have already submitted it for a grade, so please don't think I am trying to get you to complete it for me. So, now I am really just trying to learn what I...
  8. Replies
    2
    Views
    1,077

    so I changed my loop condition to be i > 1 and it...

    so I changed my loop condition to be i > 1 and it works now. Thank you so much. I will fix the global variables as well. I was just moving them around earlier as a means of trying to troubleshoot my...
  9. Replies
    2
    Views
    1,077

    function not returning correct values

    I'm a new at programming in C, and I seem to keep having syntax errors. I have written a function that tries to calculate the factorial of a number that the user entered into Main. Everything seems...
Results 1 to 9 of 9