User profile: JBIRD304

User info
User name:JBIRD304
History
Joined:
Number of posts:65
Latest posts:

Getting zero return value from Binary to decimal function
I can't believe I missed that thanks for pointing that out. should be [code]+ bin2dec(num/10 , pl+1)...

Getting zero return value from Binary to decimal function
Thanks man I think I see where my error is

Getting zero return value from Binary to decimal function
Guys I'm getting a 0 every time I run this program. I'm not sure if only the base case is getting ex...

Error in pow function
That fixed it but for some reason I keep getting zero as my output.

Error in pow function
Ok do I need to change it in my prototypes and function arguments also?