You are not logged in.

#1 2005-10-09 03:52:41

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

share your links!

Well, since i have started getting into writing more and more stuff in c, i thought why not share all the useful links i have found. i hope to be able to add more to my collection, so share all the useful links you have!

here is a ncurses howto: http://www.tldp.org/HOWTO/NCURSES-Progr … index.html

and a few c guides:
http://computer.howstuffworks.com/c.htm
http://www.faqs.org/docs/learnc/index.html

Offline

#2 2005-10-09 16:00:55

deficite
Member
From: Augusta, GA
Registered: 2005-06-02
Posts: 693

Re: share your links!

Here's my favorite C programming link:
www.google.com

Offline

#3 2005-10-09 18:48:03

fedaykin
Member
Registered: 2004-12-02
Posts: 25

Re: share your links!

The man pages of course  big_smile

Offline

#4 2005-10-09 19:02:04

MaceM
Member
From: Austria
Registered: 2003-11-26
Posts: 47

Re: share your links!

WikiBooks Presents:
Programming C

http://en.wikibooks.org/wiki/Programming:C_contents

haven't read it yet but it looks good.

Offline

#5 2005-10-10 05:31:37

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Offline

#6 2005-10-11 06:23:52

jftaylor21
Member
From: Arch Linux Forums
Registered: 2004-02-21
Posts: 237

Offline

#7 2005-10-12 01:49:55

syamajala
Member
From: here, there, everywhere
Registered: 2005-01-25
Posts: 617
Website

Re: share your links!

i found a really nice guide on objective c that tries to teach through examples, i have been looking for more guides like this, so if anyone has any that would be really good. the syntax of objc is hard for me to understand, but i get the concepts (things like messaging, polymorphism, objects, ...)

here is the link: http://gnustep.made-it.com/BG-objc/

i also found this: http://www.otierney.net/objective-c.html but i haven't looked through it yet

Offline

#8 2005-10-12 03:02:50

Euphoric Nightmare
Member
From: Kentucky
Registered: 2005-05-02
Posts: 283

Re: share your links!

Anyone know of any good sites dealing with Abstract Data Types?  Its hard to find that stuff on the internet it looks like.  C specific or general is just as good.

edited...sorry phrakture.

Offline

#9 2005-10-12 15:41:34

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: share your links!

what do you mean by "ADTs", Abstract Data Types?

Offline

#10 2005-10-12 16:19:05

awalk
Member
From: Perth, Western Australia
Registered: 2005-02-14
Posts: 40

Re: share your links!

Hmm, mostly I look at my big fat algorithms book if I need to know something about an ADT, but a quick look on WikiPedia brought back these:
http://en.wikipedia.org/wiki/Abstract_data_type
http://en.wikipedia.org/wiki/List_of_data_structures
Looks reasonably extensive.

Offline

Board footer

Powered by FluxBB