Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~210 People Reached
Favorite Forums
Favorite Tags
c x 2
Member Avatar for rocksteady911

Hi everyone, I was browsing through the forum to find some code for a palindrome program. I get some parts of it, but I'm confused what a certain while loop does. Can anyone help clarify? [code] char s[256],t[256]; /*char array of length 256*/ char *p,*q,*r; /*define char array*/ int i=0,j=0; …

Member Avatar for Aia
0
114
Member Avatar for rocksteady911

Hi, I'm trying to express a decimal to a binary floating point, but I'm having trouble with the normalization and what comes afterwards. So for the example of 2, we would express it in terms of binary: 10. Then normalize it to get .1 * 2^2? How can I express …

Member Avatar for dwks
0
96