Search:

Type: Posts; User: ahmedBanihammad

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,829

    Large integers multiplications

    Hi All,

    I would like to ask question regards multiplying large integers. I would like to multiply two integers of size 32 bits and then multiply the result by 2. The output size should be of...
  2. Replies
    6
    Views
    19,999

    Hi, Yes, i would like to convert in order...

    Hi,

    Yes, i would like to convert in order to have a storage of char array that holds all the data in was in the int array.

    Hope this is enough to answer.

    Thanks a lot.
  3. Replies
    6
    Views
    19,999

    Convert int array to char array ?

    Hi all,

    I would like to ask about how could i convert efficiently an array of int to an array of char.

    Example:

    int intArray[3] = {0x12e45c78, 0xa453f4b4, 0xf7a4ka74};

    char...
  4. Replies
    3
    Views
    4,320

    Ya, that was great. Thanks a lot.

    Ya, that was great.

    Thanks a lot.
  5. Replies
    3
    Views
    4,320

    Get the MAC address.. ??

    I would like to know if there is a simple way to use in order to retreive the machain MAC address..

    i have found this:



    #include <sys/ioctl.h>
    #include <net/if.h>
    #include <unistd.h> ...
  6. Replies
    4
    Views
    3,126

    I thought this forum is to share any C...

    I thought this forum is to share any C programming related topics..!

    Sorry..
  7. Replies
    4
    Views
    3,126

    C Bitwise Operation..

    Hi All,

    This is my first post in this board..(^_). I want to start this thread to show how we can deal with data type's bits shift right, shift left, &, + and much more..

    This will support...
Results 1 to 7 of 7