Orchid XP v7 <voi### [at] devnull> wrote:
> How does this stuff work with Windoze?
When you have your compiler installed, you download the Windows SDK
which contains the necessary header files. Then you call the functions
defined in these header files.
> (Or Linux, for that matter...)
Most system-specific headers are defined in /usr/include/sys, although
these are seldom needed in practice (ie. only when you really need to do
something which you can't do with standard code).
--
- Warp
Post a reply to this message
|