Search:

Type: Posts; User: Vigil'Ante

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    664

    Combining contents of two files

    I have dabbled in programming with C, but I am not proficient enough to write a program dealing with files. I have to take an extremely long list of numbers that need to be placed into another file...
  2. Replies
    3
    Views
    1,115

    tolower isn't function

    I am trying to have tolower convert any text entered, but when I test it the program defaults to my "Invalid Entry" line. Any help would be appreciated.


    #include <stdio.h>#include <ctype.h>...
  3. Replies
    3
    Views
    1,019

    This assignment is based on one we did previously...

    This assignment is based on one we did previously where the user is supposed to enter a character and the output would print two columns, the index number and the letter the user typed. My thought...
  4. Replies
    3
    Views
    1,019

    Printing an index question

    I have project in my class where I have to print a "coded message". The user is to input numbers that represent an alphabet array, then I need to convert those numbers into the letters of the array....
Results 1 to 4 of 4