Feb 3, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 i have a text file and i need store the numbers in it in an array to sort them out,and pass it to a function how do i do it
i have a text file and i need store the numbers in it in an array to sort them out,and pass it to a function how do i do it
Feb 5, 2001 #2 Lim Programmer Joined Aug 15, 2000 Messages 192 Location US 1) You read them 2) You sort them 3) You pass them to function Easy yes? Upvote 0 Downvote