MSDN For Unix ? [Archive] - C Board

PDA

View Full Version : MSDN For Unix ?


Unregistered
02-25-2002, 04:28 AM
Is there a MSDN like tool / documentation for Unix API?

Unregistered
02-28-2002, 06:29 PM
LOL!

hmm... Well Micro$oft is a corperation and they'd prefer to take all your money. All the information for GNU/LINUX is free and (here's the key word) STANDARDIZED!!!

http://www.gnu.org/manual/glibc-2.0.6/html_chapter/libc_toc.html

Also I'm pretty sure that all UNIX systems have man pages that document all library function calls available on the system. Give it a try next time you're on a system. For instance you type:

man printf

at the next shell prompt you get and it'll show the function documentation.

Good luck Bud. :)

BTW: MSDN is total BS

Okiesmokie
03-17-2002, 02:59 AM
Originally posted by Unregistered

Well Micro$oft is a corperation and they'd prefer to take all your money.

I believe he/she said LIKE MSDN, NOT MSDN, as in: a big huge website that tells you everything about Linux API

gnu-ehacks
03-17-2002, 10:09 PM
Let's see...At www.linux.com there is a HOWTO database.