"ballpointpenthief" <> writes:
> Is this group the correct place to ask this question?
No.
> Since no-one has answered me as yet I will post it here anyway.
> = = = = == = ==== = = =====
>
> I'm trying to program sockets in C, very trivial usage.
>
> Using lcc-win32:
> I get some compilation error about #include being to deeply nested.
>
> Using dev-c++:
> I get linker errors for some commands.
Standard C has no support for sockets; they're supported (if at all)
through add-on libraries. Since both implementations you mention are
Windows-specific (I know lcc-win32 is; I *think* dev-c++ is), you
might try comp.os.ms-windows.programmer.win32. Or, as jacob
mentioned, there's a comp.compilers.lcc group where general questions
about using lcc-win32 seem to be considered topical.
--
Keith Thompson (The_Other_Keith)
kst- <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.