Search:

Type: Posts; User: RavUnRex

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    987

    help with strings

    Hey all. I'm writing a program involving strings. I can get the user to input the information, however, I am getting stuck when trying to test the user's information.


    I want to know why I...
  2. Replies
    14
    Views
    1,862

    Can anyone help me put this together? ...

    Can anyone help me put this together?



    a=getc(inp);
    int mycounter=0;

    while(a != EOF)
    {
    if(isalpha(a) || isdigit(a))
  3. Replies
    14
    Views
    1,862

    Ok, this is what I've got so far... But this...

    Ok, this is what I've got so far... But this seems to only be half of what I need.
    I have not figured out how to display the words on seperate lines, or count the number of letters and number of...
  4. Replies
    14
    Views
    1,862

    Thanks for all the feedback... I think I've got...

    Thanks for all the feedback... I think I've got most of it figured out.

    As far as the class goes... My professor is brilliant when it comes to programming. She knows everything very well, but I...
  5. Replies
    14
    Views
    1,862

    I'm definately in over my head! I'm glad I...

    I'm definately in over my head! I'm glad I changed from CS to Industrial Engineering, I couldn't handle four more years of stuff like this. I love math but this is beyond me.
    I don't slack off in...
  6. Replies
    14
    Views
    1,862

    Where do I start?

    I'm in an introduction to C Programming class, and I'm completely lost!

    I am trying to write a program that takes words from a text file and prints each one on a seperate line of an output file...
Results 1 to 6 of 6