A_StClaire_@hotmail.com wrote:[color=blue]
> implemented Dijkstra's algorithm as follows. plz pour on the negative
> criticism cuz I know I have a ton to learn.
>
> oh, before you flame me regarding the language, my class was told to do
> this in C# but, what can I say, I just like you guys better than the
> crowd in the C# newsgroup. ;o)[/color]
[snip]
According to the FAQ, your question is off-topic here because on-topic
posts are "answerable by looking into the C++ language definition as
determined by the ISO/ANSI C++ Standard document, and by planned
extensions and adjustments"
(
http://www.parashift.com/c++-faq-lit....html#faq-5.9).
IOW, this group is explicitly limited to the C++ language (hence the
name comp.lang.c++). Your post is neither in the C++ language nor
really concerned with language issues (C++ or C#) to begin with. Thus
we cannot answer your question.
We would, however, be happy to critique your use of the *language* (but
not the algorithm) if you re-post your code in C++ rather than C#.
Cheers! --M