User profile: it058

User info
User name:it058
Statistical data
Occupation:Student
Skills:C
C++
Java
History
Joined:
Number of posts:9
Latest posts:

Selection sort to sort linear linked list
Whats problem in sort function (selection sorting is used here)? [code] void sort(node *n) ...

simplest struct code
please reply with "compiler download link" suitable for my computer !!

simplest struct code
In my TurboC4 compiler, header files don't get included without ".h". There is compatibility issue...

struct code
Whats the problem in this ? [code] #include<iostream.h> #include<conio.h> struct node{ char ...

simplest struct code
#include<iostream.h> #include<conio.h> struct node{ char info; node * next; } ; no...