User profile: Bopaki

User info
User name:Bopaki
Name:Martin Ndhlovu
Location:Soweto, Johannesburg, South Africa
Bio:A retired black man who is fond of programming.
My cell no is: +27 082 489 5628
History
Joined:
Number of posts:407
Latest posts:

Converting a decimal number to a binary number
Thanks last chance. After removing that line I got the correct output

Converting a decimal number to a binary number
I am getting the correct binary number as output [code] /* Summary: Converts decimal number w...

The function "removeElement" is not doing it's job
Thanks keskiverto I got it working fine eventually

The function "removeElement" is not doing it's job
Here is what I get in the output: [code] Value #1: 15 ". 2: 10 ". 3: 5 " 4: 3 Ite...

My delete node function does not delete the node in the linked list
Here is the complete program: [code] #include <ctime> // time #include <cstdlib> // rand/NULL #inclu...