You are not logged in.
Pages: 1
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
Here's my favorite C programming link:
www.google.com
Offline
The man pages of course
Offline
WikiBooks Presents:
Programming C
http://en.wikibooks.org/wiki/Programming:C_contents
haven't read it yet but it looks good.
Offline
Offline
Offline
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
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
Offline
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
Pages: 1