* New (sort of) to Linux programming
@ 2003-09-02 4:32 Thomas Williams
2003-09-02 6:18 ` Mikael Aronsson
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Thomas Williams @ 2003-09-02 4:32 UTC (permalink / raw)
To: linux-c-programming
I have been using Linux now for a couple of years. I am coming from a
Macintosh background. I've been a Macintosh programmer for over 10 years. I'm
really interested in delving into Linux programming. I have a couple of books
on Linux programming, but I was hoping someone could answer a couple of
questions.
On the Mac, Apple maintains a developers section that documents all of the
calls. Is there an equivalent in Linux? I realize that there are a lot of
libraries and packages and that not everything is going to be on one site,
but if there are resources for looking up the calls for a particular library,
it would really be helpful.
Is there any sort of online tutorial or extensive How-To on Linux programming
available anywhere?
Any help or suggestions would be greatly appreciated.
Tom Williams
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New (sort of) to Linux programming
2003-09-02 4:32 New (sort of) to Linux programming Thomas Williams
@ 2003-09-02 6:18 ` Mikael Aronsson
2003-09-02 6:37 ` Hemant Mohan
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Mikael Aronsson @ 2003-09-02 6:18 UTC (permalink / raw)
To: Thomas Williams, linux-c-programming
Hi !
http://gcc.gnu.org has documentation on the standard library, there you find
all the standard stuff, all other libraries has their own documentation so I
don't think you will find any common place for it all, it depends a little
on why kind of programming you want to do.
If you search on "linux programming" and "tutorial" on google you get around
87000 hits, there are plenty to choose from, I have not tried any of them
myself you that's the best I can do.
Mikael
----- Original Message -----
From: "Thomas Williams" <tlw1mac@earthlink.net>
To: <linux-c-programming@vger.kernel.org>
Sent: Tuesday, September 02, 2003 6:32 AM
Subject: New (sort of) to Linux programming
> I have been using Linux now for a couple of years. I am coming from a
> Macintosh background. I've been a Macintosh programmer for over 10 years.
I'm
> really interested in delving into Linux programming. I have a couple of
books
> on Linux programming, but I was hoping someone could answer a couple of
> questions.
>
> On the Mac, Apple maintains a developers section that documents all of the
> calls. Is there an equivalent in Linux? I realize that there are a lot of
> libraries and packages and that not everything is going to be on one site,
> but if there are resources for looking up the calls for a particular
library,
> it would really be helpful.
>
> Is there any sort of online tutorial or extensive How-To on Linux
programming
> available anywhere?
>
> Any help or suggestions would be greatly appreciated.
>
> Tom Williams
> -
> To unsubscribe from this list: send the line "unsubscribe
linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New (sort of) to Linux programming
2003-09-02 4:32 New (sort of) to Linux programming Thomas Williams
2003-09-02 6:18 ` Mikael Aronsson
@ 2003-09-02 6:37 ` Hemant Mohan
2003-09-02 7:09 ` Fekete Gabor
2003-09-02 13:25 ` Chuck Winters
3 siblings, 0 replies; 7+ messages in thread
From: Hemant Mohan @ 2003-09-02 6:37 UTC (permalink / raw)
To: linux-c-programming
Please check the documetation at
http://www.tldp.org
Hemant
On Tuesday September 2 2003 10:02, linux-c-programming-owner@vger.kernel.org
wrote:
> I have been using Linux now for a couple of years. I am coming from a
> Macintosh background. I've been a Macintosh programmer for over 10 years.
> I'm
> really interested in delving into Linux programming. I have a couple of
> books
> on Linux programming, but I was hoping someone could answer a couple of
> questions.
>
> On the Mac, Apple maintains a developers section that documents all of the
> calls. Is there an equivalent in Linux? I realize that there are a lot of
> libraries and packages and that not everything is going to be on one site,
> but if there are resources for looking up the calls for a particular
> library,
> it would really be helpful.
>
> Is there any sort of online tutorial or extensive How-To on Linux
> programming
> available anywhere?
>
> Any help or suggestions would be greatly appreciated.
>
> Tom Williams
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New (sort of) to Linux programming
2003-09-02 4:32 New (sort of) to Linux programming Thomas Williams
2003-09-02 6:18 ` Mikael Aronsson
2003-09-02 6:37 ` Hemant Mohan
@ 2003-09-02 7:09 ` Fekete Gabor
2003-09-02 15:05 ` John T. Williams
2003-09-02 13:25 ` Chuck Winters
3 siblings, 1 reply; 7+ messages in thread
From: Fekete Gabor @ 2003-09-02 7:09 UTC (permalink / raw)
Cc: linux-c-programming
On Tue, 2 Sep 2003, Thomas Williams wrote:
> calls. Is there an equivalent in Linux? I realize that there are a lot of
> libraries and packages and that not everything is going to be on one site,
> but if there are resources for looking up the calls for a particular library,
> it would really be helpful.
>
i don't think so that there is this kind of site out there.
but if you know which library you want to use then just go to
the library's web site and i'm almost sure there'll be some docs
about its usage or just simpy install the development packages because
sometimes they have docs too.
here are some links on programming under linux :
http://leapster.org/linoleum/
http://www.advancedlinuxprogramming.com/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New (sort of) to Linux programming
2003-09-02 4:32 New (sort of) to Linux programming Thomas Williams
` (2 preceding siblings ...)
2003-09-02 7:09 ` Fekete Gabor
@ 2003-09-02 13:25 ` Chuck Winters
3 siblings, 0 replies; 7+ messages in thread
From: Chuck Winters @ 2003-09-02 13:25 UTC (permalink / raw)
To: linux-c-programming
Here are a few invaluable sources:
"Advanced Programming in the UNIX Environment" by Richard W. Stevens
"Programming with POSIX Threads" by Butenhof
Posix Standards
Actually, the info pages have some really good info on the C library, and
a few other libraries.
Chuck
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New (sort of) to Linux programming
2003-09-02 7:09 ` Fekete Gabor
@ 2003-09-02 15:05 ` John T. Williams
0 siblings, 0 replies; 7+ messages in thread
From: John T. Williams @ 2003-09-02 15:05 UTC (permalink / raw)
To: John T. Williams; +Cc: linux-c-programming
I'm not going to make the claim that this is anywhere neer complete, but its
at least the idea for which you were looking.
http://www.linux-directory.com/links/pages/Programming/Libraries/
----- Original Message -----
From: "Fekete Gabor" <feketga@delfin.unideb.hu>
To: <unlisted-recipients:>; <no To-header on input>
Cc: "linux-c-programming" <linux-c-programming@vger.kernel.org>
Sent: Tuesday, September 02, 2003 3:09 AM
Subject: Re: New (sort of) to Linux programming
>
>
> On Tue, 2 Sep 2003, Thomas Williams wrote:
>
> > calls. Is there an equivalent in Linux? I realize that there are a lot
of
> > libraries and packages and that not everything is going to be on one
site,
> > but if there are resources for looking up the calls for a particular
library,
> > it would really be helpful.
> >
>
> i don't think so that there is this kind of site out there.
> but if you know which library you want to use then just go to
> the library's web site and i'm almost sure there'll be some docs
> about its usage or just simpy install the development packages because
> sometimes they have docs too.
> here are some links on programming under linux :
>
> http://leapster.org/linoleum/
> http://www.advancedlinuxprogramming.com/
>
> -
> To unsubscribe from this list: send the line "unsubscribe
linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: New (sort of) to Linux programming
@ 2003-09-08 12:03 Harmeet Uppal
0 siblings, 0 replies; 7+ messages in thread
From: Harmeet Uppal @ 2003-09-08 12:03 UTC (permalink / raw)
To: linux-c-programming
I think All the books by Richard W. Stevens should be with a developer on
Unix and a book Threadtime by HP Press is great for threading concepts.
Harmeet
-----Original Message-----
From: Chuck Winters [mailto:cwinters@atl.lmco.com]
Sent: Tuesday, September 02, 2003 6:56 PM
To: linux-c-programming@vger.kernel.org
Subject: Re: New (sort of) to Linux programming
Here are a few invaluable sources:
"Advanced Programming in the UNIX Environment" by Richard W. Stevens
"Programming with POSIX Threads" by Butenhof
Posix Standards
Actually, the info pages have some really good info on the C library, and
a few other libraries.
Chuck
-
To unsubscribe from this list: send the line "unsubscribe
linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Here are a few invaluable sources:
"Advanced Programming in the UNIX Environment" by Richard W. Stevens
"Programming with POSIX Threads" by Butenhof
Posix Standards
Actually, the info pages have some really good info on the C library, and
a few other libraries.
Chuck
-
To unsubscribe from this list: send the line "unsubscribe
linux-c-programming" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2003-09-08 12:03 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-02 4:32 New (sort of) to Linux programming Thomas Williams
2003-09-02 6:18 ` Mikael Aronsson
2003-09-02 6:37 ` Hemant Mohan
2003-09-02 7:09 ` Fekete Gabor
2003-09-02 15:05 ` John T. Williams
2003-09-02 13:25 ` Chuck Winters
-- strict thread matches above, loose matches on Subject: below --
2003-09-08 12:03 Harmeet Uppal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).