Email or username:

Password:

Forgot your password?
Top-level
Billy O'Neal

@Paxxi I didn't intend to rip on Win32 specifically here; lots of C APIs are horrible. And I'll take a lot of these to one fork(). An API that looks basic but has far-reaching implications, makes accurate memory use tracking impossible, and generally creates cross cutting costs against the whole system. Whereas these examples are contained to only their immediate callers.

1 comment
Pär Björklund

@malwareminigun I totally agree, and as I said I generally like the win32 api 😀

Go Up