Re: Issues with memcpy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Javier Valencia wrote:
Thanks John, it was the problem, uninitialized struct.

To all: i understand now whats happening about aligned stuff, thanks!!

So what is the best way to copy a struct to a byte array without copying empty aligned spaces?
I'm doing now the ugly way, just pointing to each field each time and copying to the buffer.


It's for transmition purposes.

the portable way is to do what you've just described, but also dealing with endianness.

nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@xxxxxxxxxxxxxxxx    ::     http://www.planetfall.pwp.blueyonder.co.uk


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux