ILoggable

A place to keep my thoughts on programming

 Subscribe

geekblog
[at]
claassen [dot] net

Powered by Blogger

Wednesday, February 02, 2005

Fixed arrays in structs

Figured out that the good old C
struct foo
{
  int many[10];
}
does not work in C#. Best description of workarounds I found are on Eric Gunnerson blog here. Ho hum. Of course, it's a problem of limited application, i.e. dealing with legacy binary data or sending binary packets across the net. Now i know.

0 Comments:

Post a Comment

<< Home