On Tue, Sep 13, 2011 at 4:42 PM, C. P. Ghost <[email protected]> wrote: > On Tue, Sep 13, 2011 at 9:34 PM, Gary Kline <[email protected]> wrote: >> guys, >>
[...] > But if you really must, I suggest to port the program to > C++ instead of C, because there, you can make use of > the excellent STL data types and containers, that match > Python's somewhat. You may also consider using boost > libraries, if the STL isn't enough. I disagree. I wouldn't touch C++ or it's ugly cousin Java with a ten foot pole and, if the matter is a higher-level C-flavor I'd recommend Objective-C instead. Anyway, the OP's issue seems to be a low-level keyboard hack and C is definitively the better choice there, and probably with some required in-line assembly ;-) -- Alejandro Imass > > Good luck. > -- Alejandro Imass _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
