bt.exe has stopped workingWrite your question here. [code] #include <iostream> using namespace std; struct node { ...
reversing doubly linked list.exe has stopped working...what is the problem with my last while loop? [code] #include <iostr...
The "using namespace std;" and "std::"[code] #include <iostream> using namespace std; int main () { cout<< "Hello World"<<endl; return 0;...
bubble sort using linked listkindly guide me thru the errors in my code..why am i not getting a sorted list? [code] #includ...
bubble sortthnx a lot!