On Sat 3 Oct 2009, Micha Nelissen wrote:
> It's not as if combining those gives you the best of both worlds ...
> if the sorted list needs to keep its list sorted, having the
> sequential list won't make iterating faster ...
>
> Micha
Having a sequential list makes iterating through the list *pos
i already knew about fpioctl, but the ioctl example uses some macros to get
the correct code, but i dont understand how
theres a python equivalent code that works, but i cant decypher this :
(Python code)
TUNSETIFF = 0x400454ca
IFF_TUN = 0x0001
IFF_TAP = 0x0002
TUNMODE = IFF_TUN
f = os.ope
Hi!
Is there a plan to allow the use of C++ libraries with FPC?
Now C libraries can be used and many of them have Pascal mappings.
It seems C++ libraries can be used somehow, too. I was looking at qt-library
mappings for the Lazarus project. All the classes' methods were mapped into
"flat" glob