C Primer Plus after reading, primerplus after reading
C Primer Plus (Chinese version 6)
I searched from my website that this book is suitable for beginners and is a C language book that I can read by myself. So I bought one online.
It's really worth the money. I systematically learned the C language through this book, and the code in the book is rarely wrong (some errors are caused by the editor's failure ).
The knowledge points in this book are comprehensive and detailed. when reading this book, it is best to run the code again. You must thoroughly understand the problematic code.
Every piece of code in this book is followed by code parsing. Therefore, you must first think about the result after the code is run,
Let's look at the parsing after the Code with the question. If the problem persists, you can perform experiments on your own and analyze the actual running results and
Compare the results as you think, take a look at the results gap, and find a solution to the problem.
If you have time to repeat the exercises after each chapter, do not ignore simple questions, because the imagination of the brain is an ideal question,
Only by tapping out the code by hand can we realize that it is a lot of trouble due to incorrect hands. The C Primer Plus note1-9 I posted earlier is all I'm typing
Problems encountered during code. (I didn't take notes in subsequent chapters because the amount of knowledge in the book is too large and many knowledge points are closely linked. As a beginner
I am very sorry .)
I have not read all the chapters in the book, because some chapters are not necessary yet. But when I have some experience, I will read this book again.
After learning this book, you can find some small game code in C language on the Internet to run, analyze, and modify it to test your learning effect. Here I will
2048 game links sent here, interested friends can take a look: http://www.cnblogs.com/lanshanxiao/p/6031258.html
Machine language learning focuses on practice.
In other words, you can only find out when there is a problem with the code: what was previously impossible may happen now!