Top 4 Recommended books to learn C

preview_player
Показать описание
In this video I talk about the 4 core books that have helped me learn the C programming language. This is not the end all be all of C programming books. These are just my recommendations.

Check out my review on the Linux foundation course (LFD401) if you want to diver deep into programming on Linux

The playlist includes:

The books I recommend are:

Рекомендации по теме
Комментарии
Автор

The cleanest video of this type I've seen. Love the to-the-point presentation.

raunakmukherjee
Автор

In the late 90s early 2000s I got a bachelor’s in information technology. The first language we learned was C with a dose of assembly Java and then HTML. We would compile using windows, after we mastered that we used code warrior or the miracle c work bench. I ended choosing a different career path about as far from tech as possible. C allows an understanding of tech that is unmatched. You will be shocked how much of every language you know, just from C to a basic knowledge of the Cisco operating commands. You have really understand what you are doing with C, it is programming without training wheels. Our text was C primer plus which was a little overwhelming. I ended up buying a book called beginning c, by Ivor Horton.

arthurgalindojr.
Автор

The 1st book was NOT written by Mr. Stallman. Mr. Stallman wrote the book's foreword.

mhalton
Автор

Thanks for sharing your precious knowledge with us.

talhashah
Автор

I learned C from K&R and never bought another book specifically on C (except for updated K&R).

zemlidrakona
Автор

I also recommend 'Modern C' by Jens Gustedt

linkpad
Автор

I would personally add "Understanding Linux kernel" book.

nieczerwony
Автор

I recommend "The Linux Programming Interface".

gaudnorm
Автор

"Points On C" Looks so so good.

LukeAvedon
Автор

The video was really great. So would you recommend the learning C starting from compiler ending with Linux Programming Interface ?

KarthikR-mhtj
Автор

Reading a good book about the command line, especially the unix/linux, is always good. You get reminded about special tools that can make your life easier as you need them. Also as a beginner you need it to walk within the environment, as an expert you need it to work on the environment...

MrHaggyy
Автор

Hi. Thank you so much, really a good guide.

alibinabdulwahab
Автор

If you liked the video, please subscribe and turn notifications on to not miss any future videos, thank you!

antshivrobotics
Автор

i'm beginning to fall deeply in love with C.... am i gonna be ok???

faanross
Автор

love C but unfortunately newer trends are deprecating access to it in its pure form. I had a lot of troubles with windows API using C as they insist on not supporting it for some reason, despite the fact windows is basically written in C.

drygordspellweaver
Автор

The first book on computer language I ever read (as a working physicist, not a computer scientist. A tool of the trade) was the original K&R.
Pretty soon I could get to what C would do because, well, it would do that. That is why they built it like it is.
The other one everyone should read, of the same vintage, is The Mythical Man-Month, Fred Brooks, which is a terrible warning of stuff that can happen.
Good vid, thanks.

chrissaltmarsh
Автор

Why are these old books so ridiculously expensive?

pythontest
Автор

And the IDE's and working with large projects?

markymarco
Автор

Hi, are the "GNU Make Reference Manual: Version 4.2 " the newest version of the book or different. Thank you

Jaqopx
Автор

oh bls, sir ='u I have no idea how many books I have bought this year. At this rate I'll have my whole house full of books. Ok no, I'm just kidding.

Thanks for the suggestions, they will be very helpful. ='u

josechavez