C tutorials

Send your ideas and suggestions here.

Moderator: Board moderators

Post Reply
Aaron
Senior member
Posts: 496
Joined: Sun Jan 30, 2005 9:04 pm
Location: New Jersey
Contact:

C tutorials

Post by Aaron »

this is kinda off topic, but seems like a good thing to have.

i want to learn C. i think several other people want to to. but i need some good C tutorials. google is pretty useless for this. what do you suggest.
Rednaxela
Senior member
Posts: 434
Joined: Wed Jan 26, 2005 5:13 am

Post by Rednaxela »

Well, once you get the basic syntax, the best way is by practice and tutorials for specific libraries. (i.e. gtk tutorials)

Here's a couple of links to what looks like ok tutorials for learning the basics (in vague order of my opinion of quality, but that's just my opinion):
http://vergil.chemistry.gatech.edu/reso ... l/toc.html
http://www.cs.nyu.edu/~yap/prog/c/
http://crasseux.com/books/ctutorial/index.html#Top
http://pbpl.physics.ucla.edu/Computing/C_Tutorial/ (remember to look at the "Section navigation" thingy on the left)
http://cplus.about.com/od/beginnerctuto ... blctut.htm

Also, if you want an IDE for windows, I would suggest Dev C++ (like most C++ things, it works for normal C too): http://www.bloodshed.net/devcpp.html
Though I and many other people here do prefer deving under linux
Aaron
Senior member
Posts: 496
Joined: Sun Jan 30, 2005 9:04 pm
Location: New Jersey
Contact:

Post by Aaron »

thanks for the tutorials. i dont have windows so ill use vim of gedit or mousepad.
Rednaxela
Senior member
Posts: 434
Joined: Wed Jan 26, 2005 5:13 am

Post by Rednaxela »

Ok, for some reason I was thinking you used windows. For editors, I would suggest either nedit or gedit (those are the two ones I primarily use), but it's up to you.
Aaron
Senior member
Posts: 496
Joined: Sun Jan 30, 2005 9:04 pm
Location: New Jersey
Contact:

Post by Aaron »

gedit, vim, kate, whatever i type first. theyre all the same.
User avatar
bencha
Junior member
Posts: 110
Joined: Tue Feb 22, 2005 3:24 pm
Location: Paris

Post by bencha »

to start with C, the Kernigan & Ritchie the C programming language is the best I know.
Aaron
Senior member
Posts: 496
Joined: Sun Jan 30, 2005 9:04 pm
Location: New Jersey
Contact:

Post by Aaron »

i was hoping for a website, i looked at red's first one, and that seems good so far.
bort
Forum Junkie
Posts: 607
Joined: Sun Jun 20, 2004 9:40 pm
Location: LG

Post by bort »

bencha wrote:to start with C, the Kernigan & Ritchie the C programming language is the best I know.
He[l yeah! I got that book too!
lordyoukai.DA
My wraith is cooler than your dragon.
User avatar
bencha
Junior member
Posts: 110
Joined: Tue Feb 22, 2005 3:24 pm
Location: Paris

Post by bencha »

sorry, it's Kernighan

with this book, you learn what you can do and how it works. i rediscovered C with it. or beter, i discovered what the others manual writers didn't or couldn't explain.
Post Reply