Traditional Culture Encyclopedia - Hotel accommodation - Have you seen the introduction skills of C language?

Have you seen the introduction skills of C language?

Have you read Introduction Skills of C Language? 1. Read a meaningful and interesting book, programmed by C experts.

This book describes all kinds of funny gossip, such as designing a program to check whether there is coke in the vending machine in the corridor. Is it ice or not? Use LISP to control the elevator upstairs; Let the computer identify whether it is a real person, prevent hackers from trapping themselves in the elevator, and so on. When you are worried about learning programming, it is very effective to read it.

2. Entering the world of C language for the first time

When you start learning C language, I suggest you make a plan in advance. For example, you must study for 5 hours every day, including reading for 2 hours and operating with video books for 3 hours.

3. Choose a good textbook.

There are too many books to learn C language, so you should be very careful when choosing the books to learn, and then make a choice after careful consideration: C+Traps+and+ Traps, a very classic book, which is the fourth edition of C language. After learning C language for a period of time, reading this book will improve you to some extent. The C language reference manual can be compared to the Xinhua dictionary of C language and can be used as a tool. The book C Programming Language is the inventor of C language K&; R published books.

4, a lot of practice novice C language exercises.

There are many simple C language exercises on the Internet, which can be downloaded and practiced repeatedly.

5. Definition of numbers and character types.

The basic part of a language is just the definition of some related numbers and character types. The best way is to debug on the computer. Do some simple procedures at this stage. Understand the programming environment of C language and the types of numbers. This will be faster to understand and easier to remember.

6, sequence, cycle

Some basic models of learning process language: sequence and cycle. Remember that they are flexible and changeable, and rote learning is just a waste of effort! Try to do some simple programs by yourself, such as statistics, some simple questions and answers, etc. Some basic models of learning process language: sequence and cycle. Remember that they are flexible and changeable, and rote learning is just a waste of effort! Try to do some simple programs by yourself, such as statistics, some simple questions and answers, etc.