User profile: Mishu

User info
User name:Mishu
Old user name:Mehak Saini
History
Joined:
Number of posts:13
Latest posts:

bt.exe has stopped working
Write 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 list
kindly guide me thru the errors in my code..why am i not getting a sorted list? [code] #includ...

bubble sort
thnx a lot!