Search:

Type: Posts; User: yabobay

Search: Search took 0.01 seconds.

  1. Turns out it wasn't just any old error; it was a...

    Turns out it wasn't just any old error; it was a stupid error.

    The program now compiles, but doesn't print the sentence. It doesn't even print the appropriate newlines.
  2. Program to convert spaces to newlines doesn't compile

    This is my whole file that I'm trying to compile:




    #include <stdio.h>


    static int MAXIM = 100;
  3. Replies
    1
    Views
    4,540

    Why do I need arrays?

    So I'm starting to learn C (again again, hopefully I don't quit this time), and I can't understand the use of arrays.

    Don't get me wrong, I know how to use an array. I just don't understand why I...
  4. Replies
    4
    Views
    4,890

    About the formatting, it's actually formatted...

    About the formatting, it's actually formatted right in my editor. Not sure what's wrong with the forum post.I definitely will read these. But until I'm done with them, what does writing main(void)...
  5. Replies
    4
    Views
    4,890

    Using a function to print to a file

    I just started out with C programming. I've read a few basic tutorials.OK, so I nabbed some code from this very website which prints a file.
    void printfile() { int c; FILE *file; file =...
Results 1 to 5 of 5