Preface 0 Why do you want to learn C
I am impetuous since I have been in the process of learning, and the unrealistic fantasy is meaningless, so I have to go out of the air pavilion, and learn the program. Preface 1 pay attention
1) Take C as a new language; for me, everything is new; 2) Don't be confused by vc, bcb, bc, mc, tc, etc. - they are integrated development environment, and we To learn is a language; 3) Learning Class is not difficult, Template, STL, Generic Programming is alive - difficult is to persist in practice and spare no effort; 4) If it is not a genius, want to learn Don't want to play games - you think you have done it, in fact, your C level does not change with your customs clearance - it can always remember: learn C is for the game; 5) Easy people are easy Said: XX language is not ok, you should learn yy; - Yes you can't do it! ? 6) The impetuous person is easy to ask: What should I learn? - Don't ask, learn to be right; 7) impetuous people are easy to ask: XX has a money; - I suggest you to grab bank; 8) impetuous People are easy to say: I want Chinese version! I can't speak English! Don't you? Learn! 9) Impetuous people are easy to ask: XX and YY are good; - tell you, all - as long as you learn, 10) Impro-irritated people divided into two: a) people who don't learn only to learn; b) Just learn not to persist; 11) I am dull, so I can't be impetuous; 12) Hang the fashionable technology in the mouth, it is better to remember the outdated technology;
Method 2 Method 1) Do not let go of any simple small programming problem - they are often not so simple, or can lead a lot of knowledge points; 2) One of the best ways to learn programming is to read the source Code; 3) Please understand the book, please look carefully; don't understand the book, please watch the score; 4) The secret of learning programming is: programming, programming, reprogramming; 5) Put it in the book Significant example expansion; 6) Do not miss any of the exercises in the book - please do it and record the spiritual idea; 7) Don't worry, design C Class is not easy; Class and yourself in your own program Class design level is perfect and developed in continuous programming practice;
1) Getting Started: "C Primer Plus"
2) Advanced article: "Thinking In C " "Effective C " "More Effective C "