Search:

Type: Posts; User: Wilder

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    4,477

    Ok i edited it a bit. Should be all right now?

    Ok i edited it a bit. Should be all right now?
  2. Replies
    13
    Views
    4,477

    Thanks for the help, I really appreciate it. The...

    Thanks for the help, I really appreciate it. The program now works just like I want it to. Final code is:



    // Counts the number of characters in the input
    #include <stdio.h>

    int main()
    {...
  3. Replies
    13
    Views
    4,477

    I changed the code around a little bit so it is...

    I changed the code around a little bit so it is now:



    #include <stdio.h>

    main()
    {
    long nc;
  4. Replies
    13
    Views
    4,477

    Thanks, pretty sure I understand now.

    Thanks, pretty sure I understand now.
  5. Replies
    13
    Views
    4,477

    Newb Question Character Counting

    First of all as the title suggest I am a newb. I pretty much just started to try and teach myself C, and I would like you to help me if possible.

    I am trying to create a small program that counts...
Results 1 to 5 of 5