Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

something strange

1 view
Skip to first unread message

NULL!!

unread,
Apr 9, 2001, 3:20:28 AM4/9/01
to
the following for loop sometimes terminates and sometimes doesn't.

for different input[]

for (int i=0; i < index; i++){
myGraph.matrix[i] = input[i];
cout << myGraph.matrix[i] <<"output stored"<< endl;
}


can one of the TA's help please. or can i send my program to one of the
TA's.


0 new messages