My linked list won't take big numbers.So I fixed the code now if the user tries to subtract a big number form a small number it switches t...
My linked list won't take big numbers.So I got the code to work properly except the subtraction doesn't work in some exceptional situation...
converting this code to subtraction?Thanks that helped
converting this code to subtraction?How do I convert this code to subtract large numbers? [code] void addition( Node* h1,Node* h2) { ...
My linked list won't take big numbers.ok, how do I fix that?
This user does not accept Private Messages