Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
AnswerRe: C++ to C# question Pin
Judah Gabriel Himango2-Jan-07 7:40
sponsorJudah Gabriel Himango2-Jan-07 7:40 
GeneralRe: C++ to C# question Pin
Vodstok2-Jan-07 8:04
Vodstok2-Jan-07 8:04 
AnswerRe: C++ to C# question Pin
Uwe Keim2-Jan-07 10:07
sitebuilderUwe Keim2-Jan-07 10:07 
GeneralRe: C++ to C# question Pin
Vodstok2-Jan-07 10:52
Vodstok2-Jan-07 10:52 
Questionactivex in c# Pin
groundzero1112-Jan-07 6:48
groundzero1112-Jan-07 6:48 
AnswerRe: activex in c# Pin
Dave Kreskowiak2-Jan-07 9:29
mveDave Kreskowiak2-Jan-07 9:29 
QuestionMost efficient large array creation and retrieval method? Pin
JHR12-Jan-07 6:38
JHR12-Jan-07 6:38 
AnswerRe: Most efficient large array creation and retrieval method? Pin
Luc Pattyn2-Jan-07 7:40
sitebuilderLuc Pattyn2-Jan-07 7:40 
Hi,

if your distances are theoretical, why not just store city coordinates, and calculate
the distance every time you need it?
If it is actual distances, you will need to store of course; maybe a random-access
file on disk is appropriate.

In any case, I would be worried more about elpased time for your program,
when it will deal with 10000 cities visited 999 times...
I hope it is not a brute force attempt to the travelling salesman problem !

Smile | :)

Luc Pattyn

GeneralRe: Most efficient large array creation and retrieval method? Pin
JHR12-Jan-07 7:52
JHR12-Jan-07 7:52 
GeneralRe: Most efficient large array creation and retrieval method? Pin
Luc Pattyn2-Jan-07 14:19
sitebuilderLuc Pattyn2-Jan-07 14:19 
GeneralRe: Most efficient large array creation and retrieval method? Pin
JHR13-Jan-07 3:26
JHR13-Jan-07 3:26 
GeneralRe: Most efficient large array creation and retrieval method? Pin
Luc Pattyn3-Jan-07 4:12
sitebuilderLuc Pattyn3-Jan-07 4:12 
GeneralRe: Most efficient large array creation and retrieval method? Pin
JHR13-Jan-07 4:25
JHR13-Jan-07 4:25 
QuestionBasic XML Parser Pin
TheBlindWatchmaker2-Jan-07 6:13
TheBlindWatchmaker2-Jan-07 6:13 
AnswerRe: Basic XML Parser Pin
Ravi Bhavnani2-Jan-07 6:20
professionalRavi Bhavnani2-Jan-07 6:20 
GeneralRe: Basic XML Parser Pin
TheBlindWatchmaker2-Jan-07 7:34
TheBlindWatchmaker2-Jan-07 7:34 
GeneralRe: Basic XML Parser Pin
Ravi Bhavnani2-Jan-07 7:38
professionalRavi Bhavnani2-Jan-07 7:38 
QuestionDataGridView Binding - Need to Skip Some Columns Pin
mwith2-Jan-07 5:54
mwith2-Jan-07 5:54 
AnswerRe: DataGridView Binding - Need to Skip Some Columns Pin
Drew McGhie2-Jan-07 11:32
Drew McGhie2-Jan-07 11:32 
AnswerRe: DataGridView Binding - Need to Skip Some Columns Pin
JoeRip2-Jan-07 14:29
JoeRip2-Jan-07 14:29 
QuestionString splitting Pin
numbers1thru92-Jan-07 5:36
numbers1thru92-Jan-07 5:36 
AnswerRe: String splitting Pin
numbers1thru92-Jan-07 5:49
numbers1thru92-Jan-07 5:49 
GeneralRe: String splitting Pin
Daniel Grunwald2-Jan-07 5:52
Daniel Grunwald2-Jan-07 5:52 
AnswerRe: String splitting Pin
Martin#2-Jan-07 8:36
Martin#2-Jan-07 8:36 
GeneralRe: String splitting Pin
Luc Pattyn2-Jan-07 14:25
sitebuilderLuc Pattyn2-Jan-07 14:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.