Forum: C Jul 26th, 2009 |
| Replies: 1 Views: 332 Hi, I'm afraid I couldn't really find any C questions in your post, which is probably why you're having a hard time acquiring answers them by looking for information about C functions.
You ask... |
Forum: C Jul 24th, 2009 |
| Replies: 43 Views: 50,095 Can you please remove the HowStuffWorks (http://www.howstuffworks.com/c.htm) link from the original post or better yet point out that it's horrible. It is full of information that ranges from... |
Forum: C Oct 8th, 2005 |
| Replies: 4 Views: 5,973 You are not checking the return code of fread. In addition, you are checking for feof in the wrong spot. Your problem is similar to what's explained in this FAQ:... |
Forum: C++ Oct 2nd, 2005 |
| Replies: 4 Views: 1,043 You should use tags so that it is indented correctly and things like ::print isn't replaced with a smiley face and "rint".
Also, you are inputting into the automatic variables a and b in main. ... |
Forum: C Sep 30th, 2005 |
| Replies: 3 Views: 2,126 This has the pungeant stench of homework, so I won't just do it for you.
Have you googled at all for C bit manipulation, or bitwise operations?
Hint: You will need to mask away the bits that... |