Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Distance Finder Problem!
http://www.wrestlefury.com/DataFiles.zip

The zip file contains a map, a spread sheet of distances between these towns
 and two files of data extracted from the spread sheet. The extracted data i
s a list of the towns and a table of distances. Both these files have the nu
mber of entries in the file on the first line. Click the following link to s
ee a picture of the program:

http://www.wrestlefury.com/distancefinder.jpg

I was wondering if anyone can help with the coding, i've got a bit of code w
hich is underneath, but i still think this is fairly hard. I've created the 
Interface, just need to do the remainder of the code. Any code or hints will
 be very much appreciated.

Thanks

PHP:
private Hashtable _distances; int[,] distances _distances=new Hashtable(); Hashtable birminghamDistances=new Hashtable(); birminghamDistances.Add("Birmingham",0); birminghamDistances.Add("Cardiff",103); ... _distances.Add("Birmingham",birminghamDistances); // repeat for all towns

Report this thread to moderator Post Follow-up to this message
Old Post
JimmyJaconi
05-11-05 09:08 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

C# archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Forum Jump:
All times are GMT. The time now is 09:41 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.