Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bob323

    Deleting non-unique words

    I have two dimesional char array [1000][30] that contains 1000 words 20 characters long. I want to go through and delete any of the 1000 words that is not unique- ie. those that are repeated. I don't have any idea how to code this can anyone help me?
  2. bob323

    Copying file contents to a char array

    I'm having some trouble copying the contents of a file to a char array, any help anyone could provide would be apprecaiated: #include <stdio.h> #include <stdlib.h> int main (int argc, char *argv[]) { char words [10000][30]; FILE *f; /* disk input file */ char ch; /* keyboard input...
  3. bob323

    understanding the color change in AGECA002.ZIP

    I've been trying to figure out how to change the color of the dos background. I've been looking at a file at: http://www.geceventures.com/archive/dizzy.htm a number of these files including: AGECA002.ZIP that is a simple age calculator. but I still don't quite understand how he did it... can...
  4. bob323

    getting a address from the dos prompt and opening it

    I'm kind of new to C, and I want get a file address from the dos prompt and open it any ideas?
  5. bob323

    Rookie wondering how to get the date a file was last modified

    Anyone know how to get a variable that would hold the date that a file was last modified?

Part and Inventory Search

Back
Top