Bitwise chunks of memory together.

From: brigham white (brighamandrew_at_msn.com)
Date: 12/31/03

  • Next message: Jeff Schwab: "Re: Bitwise chunks of memory together."
    Date: Tue, 30 Dec 2003 18:15:35 -0600
    
    

    Few questions here.

    Is there a way to bitwise two memory chunks together that are larger than
    the largest primitive type built into c++? Or in other words, if I have two
    pointers to arbitrarily sized memory chunks that are equal to eachother and
    exceed say 32 bits.. can I bitwise those two memory chunks together? I
    assume that the memory chunks would have to be in multiples of the size of a
    byte. In my app, the chunk of memory would require me to use 176 bitwise
    operations at 32 bits at a time to obtain the results I want. Are bitwise
    operations costly in cpu time? Thanks..


  • Next message: Jeff Schwab: "Re: Bitwise chunks of memory together."

    Relevant Pages

    • Re: Bitwise chunks of memory together.
      ... >> Is there a way to bitwise two memory chunks together that are larger than ... the chunk of memory would require me to use 176 bitwise ... >> operations costly in cpu time? ... > A chip meant specifically to perform simple encryption might. ...
      (comp.programming)
    • Re: Bitwise chunks of memory together.
      ... >> Is there a way to bitwise two memory chunks together that are larger than ... the chunk of memory would require me to use 176 bitwise ... >> operations costly in cpu time? ... > A chip meant specifically to perform simple encryption might. ...
      (alt.comp.lang.learn.c-cpp)
    • Re: Bitwise chunks of memory together.
      ... > Is there a way to bitwise two memory chunks together that are larger than ... With modern CPUs and C/C++ ... hand-crafted solution than your compiler can create from your source. ...
      (comp.programming)
    • Re: Bitwise chunks of memory together.
      ... > Is there a way to bitwise two memory chunks together that are larger than ... With modern CPUs and C/C++ ... hand-crafted solution than your compiler can create from your source. ...
      (alt.comp.lang.learn.c-cpp)
    • Bitwise chunks of memory together.
      ... Is there a way to bitwise two memory chunks together that are larger than ... the largest primitive type built into c++? ... operations costly in cpu time? ...
      (comp.programming)