• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Good 'C' language book

wolf2009

Golden Member
What's a good C language book.

Looking to understand the code of x264, which I believe is written in C.

Also just starting out with programming. Just took a basic course in college. Have done basic introduction courses in Java and C++.
 
Originally posted by: wolf2009
What's a good C language book.

Looking to understand the code of x264, which I believe is written in C.

Also just starting out with programming. Just took a basic course in college. Have done basic introduction courses in Java and C++.

I also suggest discrete math and linear algebra. It's pretty important to understand the Fourier, Hough, and Haar discrete transforms when dealing with any sort of image compression or processing in general. Wavelets, in general, are very powerful math tools that are used extensively in this field.
 
C Programming: A Modern Approach by King is what I used and it worked well for me. That will get you started with the language itself, but image and video compression is pretty maths-heavy, so your skillset will need to go beyond just programming in C.
 
Thank You. I was planning on Math as a minor since I have been good at it till now, done with calculus II with A. Good to know that it has a great use into the field I like.
 
Back
Top