Search:

Type: Posts; User: xRandyx

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,763

    Newline characters

    Recently, I've been working with taking input from files and putting the output into another file. The problem I've been having is that when I put a newline character into a file using the fputc...
  2. Replies
    9
    Views
    4,755

    Your problem is that you are declaring and...

    Your problem is that you are declaring and initializing variables later in the program. A good, general guide to follow is to declare and initialize all of your variables (if they need to be...
  3. Any way to easily store input from the user(s) "on the side"?

    Okay, I'm having a problem with this fairly large program for my C-programming class. The professor is having us make a "menu" program using a while loop -- the program keeps going and taking in...
  4. Replies
    8
    Views
    1,478

    Thanks everyone! I knew it had to be some small...

    Thanks everyone! I knew it had to be some small mistake that I couldn't notice with my blurry monitor. Now all my programs are working fine!! :D
  5. Replies
    8
    Views
    1,478

    New C Programmer -- Need help here!

    Hey everyone. First post on these boards! :cool: I recently got into very basic C-programming because I'm taking a mandatory course in college for C-programming. The professor has assigned a few...
Results 1 to 5 of 5