Search:

Type: Posts; User: Kevinmun

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    27,931

    Too bad it doesn't give me binary because then my...

    Too bad it doesn't give me binary because then my problems would be solved. Alright, I'll take a look at the bit shifting facts, thanks for the tip.
  2. Replies
    8
    Views
    27,931

    Question in reply to your asnwer. The assignment...

    Question in reply to your asnwer. The assignment I'm working on specifies that we are supposed to store 8 hexadecimal digits into an array declared as
    char objCode[4]; You used a 2 dimenional...
  3. Replies
    8
    Views
    27,931

    But I thought if I understand it then I'm not...

    But I thought if I understand it then I'm not learning anything. I do understand it though. I wouldn't have thought to do it that way on my own, but I do understand how it works. Thanks.
  4. Replies
    8
    Views
    27,931

    Thanks for the help it worked.

    Thanks for the help it worked.
  5. Replies
    8
    Views
    27,931

    Hex digits stored in char array - Question in response to your asnwer

    Hi. Sorry if this has been asked already, tried searching FAQ, and found a similar question, but not what I was looking for. Anyway, I'm trying to take an array with characters that represent...
  6. Replies
    4
    Views
    1,969

    Thanks

    I just bought K&R, looks good. Thanks for the advice.
  7. Replies
    4
    Views
    1,969

    The best c book?

    I own C by Dissection, which in my opinion leaves a lot to be desired. I was wondering if anyone could recommend a better book. I have been programming in c for a little while, and have most of the...
  8. Replies
    4
    Views
    2,111

    Thanks for taking the time to reply. I used a...

    Thanks for taking the time to reply. I used a char array and it worked properly.
  9. Replies
    4
    Views
    2,111

    Question about strcpy

    Alright, well I would imagine the anwer to this question is quite obvious to anyone who programs in c often. Basically I am trying to use the standard library function strcpy inside of a function I...
Results 1 to 9 of 9