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. ab1966

    How to scan a 2 dimensional array ? Need help.

    Hi, I am reading data from a file and building an unique array of string elements. I am novice in C. So need help. Example : I have the following arrays : StringOfElements[TOTAL_NO_OF_ELEMENTS][LEN_OF_ELEMENT] Elements[LEN_OF_ELEMENT] I am reading data from file and storing it in Elements[]...
  2. ab1966

    How to scan a 2 dimensional array ? Need help.

    Hi, I am reading data from a file and building an unique array of string elements. I am novice in C. So need help. Example : I have the following arrays : StringOfElements[TOTAL_NO_OF_ELEMENTS][LEN_OF_ELEMENT] Elements[LEN_OF_ELEMENT] I am reading data from file and storing it in Elements[]...
  3. ab1966

    How to re-initialize an array ???

    I have declared an array of characters as follows : static char my_array[ARR_LEN]; After each iteration I want to clear the array. How do I do that ? Any help will be appreciated.
  4. ab1966

    Need c++ code to convert a file into another format. (URGENT)

    Here is a sample of the file : "Screens", "Customer Service Rep", "Sales Rep", "CRM Admin" "All Opp View","X",,"X" "Admin View","X",,"X" "Employee View",,,"X" and here is...
  5. ab1966

    Need c++ code to convert a file into another format. (URGENT)

    Hi C Gurus, Its been long time since I programmed in C. I almost forgot everything. Please help me writing the code. Here is what I need. I have a file with the following format : Title Col1 Col2 Col3 Col4 Row1 X X Row2 X X X...
  6. ab1966

    Need urgent help on converting a file into another format.

    Hi C Gurus, Its been long time since I programmed in C. I almost forgot everything. Please help me writing the code. Here is what I need. I have a file with the following format : Title Col1 Col2 Col3 Col4 Row1 X X Row2 X X X...

Part and Inventory Search

Back
Top