Author Topic: Plz review "Learn C the hard way"  (Read 999 times)

0 Members and 1 Guest are viewing this topic.

Offline sakthibruce

  • Knight
  • **
  • Posts: 289
  • Cookies: 52
    • View Profile
Plz review "Learn C the hard way"
« on: October 13, 2015, 03:29:42 am »
As title says any one can review the "Learn C the Hard Way" is good for learning C or not. Internet have lots of critics mostly negative so I like to hear your opinion .

What are the other good sources for learning C other than 'K &N the C programming language' "C for absolute beginners", "Learn C the Hard way "
« Last Edit: October 13, 2015, 03:30:12 am by sakthibruce »
Say, "I can do everything." "Even if poison of a snake is powerless if you can firmly deny it."

Offline th3g00n

  • Serf
  • *
  • Posts: 30
  • Cookies: 5
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #1 on: October 13, 2015, 04:23:43 am »
I've only previewed Learn C The Hard Way but overall it seems like a good book. It is similar to the other "Hard Way" books in the way it was written. The 'internet critics' are people who got pissed off because he (the author) said that K & R was contained a lot of vulnerable code (he's not wrong).

If you like Zed Shaw's writing style, LCTHW is a great book with lots of fun projects like writing a web server and some other shit. If you're still not convinced - "C Programming: A Modern Approach", and "C Primer Plus" are also good. If you want to learn C in a really fun and challenging way, go to http://www.buildyourownlisp.com/
« Last Edit: October 13, 2015, 04:24:12 am by th3g00n »

Offline sakthibruce

  • Knight
  • **
  • Posts: 289
  • Cookies: 52
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #2 on: October 13, 2015, 04:44:00 am »
Thanks for the INput mate . Sure will check the books you mentioned and the link too
Say, "I can do everything." "Even if poison of a snake is powerless if you can firmly deny it."

Offline darkc0der

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 1
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #3 on: October 13, 2015, 07:57:23 pm »
Code: [Select]
LCTHW will not be for beginners, but for people who have at least read LPTHW or know one other programming language.
The author wrote this, so i wonder is it better to start with python or straight to C?

Offline Darkvision

  • EZ's Fluffer
  • VIP
  • Royal Highness
  • *
  • Posts: 755
  • Cookies: 149
  • Its not a bug, It's a Chilopodas.
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #4 on: October 14, 2015, 01:39:17 am »
I've only previewed Learn C The Hard Way but overall it seems like a good book. It is similar to the other "Hard Way" books in the way it was written. The 'internet critics' are people who got pissed off because he (the author) said that K & R was contained a lot of vulnerable code (he's not wrong).

If you like Zed Shaw's writing style, LCTHW is a great book with lots of fun projects like writing a web server and some other shit. If you're still not convinced - "C Programming: A Modern Approach", and "C Primer Plus" are also good. If you want to learn C in a really fun and challenging way, go to http://www.buildyourownlisp.com/

reading it right now. Looks/sounds like a fun project. good share.
The internet: where men are men, women are men, and children are FBI agents.

Ahh, EvilZone.  Where networking certification meets avian fecal matter & all is explained, for better or worse.

<Phage> I used an entrence I never use

Offline Pyromaniac

  • /dev/null
  • *
  • Posts: 19
  • Cookies: 3
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #5 on: October 16, 2015, 09:12:44 pm »
I started reading this book too and am half way through it. It's very nice approach. The author also want you to learn other tools that will help with making your life easier (Make, Valgrind). Also at the end of every chapters, he will ask you to break the program then ask why that was the case. Also pushes you toward learning how to read the man page. Later chapters, he stopped explaining what the program do. He expect you to research it from man pages. Give it a try, you will like it. If you have some back ground in programming you can probably go through this book real quick.   

Offline sakthibruce

  • Knight
  • **
  • Posts: 289
  • Cookies: 52
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #6 on: October 18, 2015, 04:57:25 pm »
Thanks man I am reading now
Say, "I can do everything." "Even if poison of a snake is powerless if you can firmly deny it."

Offline Dr4g0n

  • Serf
  • *
  • Posts: 38
  • Cookies: -3
  • sudo rm */
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #7 on: October 23, 2015, 06:06:02 am »
The book I learned off of was "Programming in C" by K&R. It is considered the, "C bible" by some and even though it is 30+ years old, it still holds up really well.
I asked for nothing, and that's just what I got.


Offline applebucked

  • /dev/null
  • *
  • Posts: 15
  • Cookies: -1
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #8 on: October 26, 2015, 07:54:28 pm »
I learned C through high school and college and that resource seems like a pretty good guide for self-study looks like.

Offline WillWeis

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
  • Anyone can exist on paper.
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #9 on: November 11, 2015, 04:51:56 am »
The book I learned off of was "Programming in C" by K&R. It is considered the, "C bible" by some and even though it is 30+ years old, it still holds up really well.

From what I've managed to understand "Programming in C" by K&R was trumped by the ANSI standards. I haven't actually read it my self but it could be a good place to start. I used 'Learn C The Hard Way' and it was really easy to understand and pick up. I highly recommend it if you want to learn C quickly.
As Hackers, it's our responsibility to keep the assholes out.

Offline phraktyl

  • NULL
  • Posts: 4
  • Cookies: 2
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #10 on: November 11, 2015, 09:33:08 pm »
i've been through quite a few c books... my personal favorite is, 'computer science: a structured programming approach using c'.  i've found with c books that you either get something that's great for beginners but doesn't translate well into sophisticated concepts OR is a great reference book for someone knowledgeable in c, but doesn't help a person who is just starting out to get the bigger picture.  the book i referred to above is a perfect balance of the two, imho.
Veritas Lux Mea

Offline sakthibruce

  • Knight
  • **
  • Posts: 289
  • Cookies: 52
    • View Profile
Re: Plz review "Learn C the hard way"
« Reply #11 on: November 16, 2015, 05:47:35 pm »
Thanks for the input guys . well reading learn c the hard way now
Say, "I can do everything." "Even if poison of a snake is powerless if you can firmly deny it."