Search:

Type: Posts; User: Sholcomb1

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,329

    Improving upon another program?

    Hello, I have a question or rather need suggestions. In my class we need to either create a program in regard to a financial aspect. Anything financial, no specific category. The other option is...
  2. Alright, thanks for all the help as far as the...

    Alright, thanks for all the help as far as the logic goes everyone, I appreciate it alot.

    I have one last question and I'll be on my way (our book gives some great examples of stacks and...
  3. thanks for the reminder on the tags that don't...

    thanks for the reminder on the tags that don't close/close at the same time. Wasn't even crossing my mind about those.
  4. Understanding the pseudocode/logic for this program

    Hello. I need to write a program that reads in a .html file, and prints out only the html tags according to the order they are displayed, the catch is the program must check to make sure the tags...
  5. Ok, so the extra * allowed the file input to work...

    Ok, so the extra * allowed the file input to work out well, but I'm still having issues with the length pointer counter actually incrementing.



    void FileOpen(FILE *fileptr, char *file_name, int...
  6. ooooh, so that extra * in the prototype is what...

    ooooh, so that extra * in the prototype is what was needed, Ok. Thanks alot!
  7. Problem involving a pointer/passing a pointer through a function

    edit: took out the code since I posted updated code a few posts down
  8. Ok, thanks for the replies so far. Opening the...

    Ok, thanks for the replies so far. Opening the file and then printing the output onto the screen as it's shown in the input file is good to go. I'm still not sure how to go about storing the file...
  9. Opening a file and then printing the output?

    Hello, I'm trying to write a program that prompts the user to enter a filename, open that filename (3 paragraph story) and then print it out as it's shown in the input file. Theres a few parts that...
  10. Replies
    2
    Views
    888

    Creating a function - newbie

    I need to create a function that prompts a user to enter an integer between a minimum and maximum value, lets say 0 to 100. Then the function needs to verify the value is within range and then store...
Results 1 to 10 of 10