Sorry, I'm a bit confused... Did you managed to implement the raw I/O
in C? What kind problems are you experiencing? Or you are just asking
for more comprehensive documentation for stuff you already managed to
get it working?

On Mon, Jul 27, 2009 at 7:55 PM, Charles
Hixson<[email protected]> wrote:
> FWIW, I think the Cython would become more accessible if there were
> examples of interfacing Cython to standard C library calls.  In
> particular for i/o.  (As in how to write a cint to a file.)
>
> I'm fairly certain from observing the discussion that many consider this
> trivially obvious, but I was not able to figure it out in the time I had
> to evaluate Cython.  (And Python files wouldn't do, because I needed to
> do i/o to C compatible files written in binary mode.  [Yeah, on Linux
> it's not supposed to make an difference.  But the binary representation
> of a long or a short IS different from the Python representation.])
>
>
> _______________________________________________
> Cython-dev mailing list
> [email protected]
> http://codespeak.net/mailman/listinfo/cython-dev
>



-- 
Lisandro Dalcín
---------------
Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
PTLC - Güemes 3450, (3000) Santa Fe, Argentina
Tel/Fax: +54-(0)342-451.1594
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to