Search:

Type: Posts; User: groovy

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    4,311

    hex to binary,hex to decimal

    I just need any advice or guidance anyone has to writing the function to do this. Thanks!
    Here is what I have so far:
    <code>
    #define ARRAYSZ 128

    enum mode_t { BINARY, DECIMAL, HEXADEC };
    enum...
  2. Thread: Counting Files

    by groovy
    Replies
    9
    Views
    2,151

    Thanks

    I appreciate all the help. Thanks!
  3. Thread: Counting Files

    by groovy
    Replies
    9
    Views
    2,151

    Counting Files

    I need to write a C program for a friend that counts the number of dat files in a certain directory, however, I don't know how to count files in C. Can anyone help me out? :confused:
Results 1 to 3 of 3