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 Wanet Telecoms Ltd 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. houksyndrome

    sorting numbers in arrays

    I have another question. This one is about sorting numbers in an array. I want to write a program that will print out the largest number in an array. I have seen lots of threads about qsort but I'm confused as to how to use it. I have tried writing something like this. #include <stdio.h>...
  2. houksyndrome

    Dynamic Memory Allocation

    I am writing a program that reads (x,y,z) coordinates from a text file and then manipulates them. I need to store the (x,y,z) coordinates in an array. The problem is that there is a different number of points in each file, so I need to use dynamic memory allocation. I have tried using a...
  3. houksyndrome

    Simple File Manipulation

    I am a beginner programmer and have a rudimentary knowledge of C and no knowledge of the other languages. I need to write a program that will first ask the user to type in the name of the file that he wants to open, then opens that file and displays the contents on the screen. It will be the...

Part and Inventory Search

Back
Top