Search:

Type: Posts; User: quiksand

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    26,115

    should be fixed now sorry about that

    should be fixed now sorry about that
  2. Replies
    10
    Views
    26,115

    ok

    any particular sites for tutorials on how to use them in my case? or just basic information about them?
  3. Replies
    10
    Views
    26,115

    so far

    ive got this



    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>

    #define MAXWORD 50 //the max word we will see
    #define MAXLINE 1000 //the max line we will see
  4. Replies
    10
    Views
    26,115

    Count Number of Letters in a Word

    Hi im pretty new to C programming and im having trouble with this assignment

    Write a C program that reads text from the standard input and prints out a frequency table for the word lengths found...
Results 1 to 4 of 4