j
k
j a
j l
Johan RĂ¥de wrote:
How do you convert a value of type S to a value of type T, so that the bitpattern is preserved? (It is of course assumed that sizeof(S) == sizeof(T).)
With memcpy. S and T need to be PODs, of course.
Back to the thread
Back to the list