-
First of all, it doesn't matter how old you are, you can learn as long as you think you can do it.
Secondly, there is no shortcut to learning C language, the main thing is to read books.
Finally, I'll give you a study plan, as follows:
1, you have to look at choosing a good book, "The above brothers have mentioned it highly recommended."
2。You need to limit your study time to 1-2 hours a day learning C language.
3。Then you should have a general understanding of the C language. Find some tutorials to see (I don't have one),**Turbo C you can program you can program and you will output hello world! You're done with the first step.
4。And if you do some useful questions under the reference of that book, you're a noob.
5。If you can do a lot of questions, you can be a teacher.
-
There is no such law in the country that restricts 15-year-olds from learning C language Most of the methods we introduce are only suitable for us, you can use it as a reference, but the final choice is up to you.
You can go to the book city and choose some C language books that you understand and are interested in, after all, everyone has different standards for reading books
Don't feel difficult when you encounter a problem you don't understand, and you want to give up, which is not good The idea of learning C language in the second year of junior high school is already a good start, a good start is half the success, and the other half is to persevere to the end
-
First, be sure to read more books, read them several times, and it will definitely be rewarding.
Second, we must be on the machine more, practice on the machine, and definitely feel it.
Third, be sure to communicate more and ask everywhere, it is definitely beneficial.
C Language Programming", edited by Professor Tan Haoqiang of Tsinghua University.
-
1.Find a good book first.
2.Stick to it every day (I can't do it myself
3.If you don't understand, remember the place, and continue to turn the back.
4.After reading it, read the book again.
5.Stick to the end of the exercises, and look at the examples inside.
-
Write down the journey one by one on the computer, don't get annoyed, it's definitely beneficial! I think of something for myself in the appropriate self-study compilation.。。 It's almost time to move on.
-
This is your first C program.
#include ""
main()
printf("I'm a pig");
It's called the [batch] program, in fact, don't think that the program you mentioned above to deal with garbage is really powerful, it's amazing, when you have learned DOS, that program can be said to be a very simple thing; >>>More
1) Master the basic syntax of C programming language. (2) Master the preliminary programming ideas, be familiar with the basic algorithms, and be able to correctly select and combine algorithms and draw program flow charts according to the problems. (3) Be able to write test data independently, and debug the program independently to obtain correct results. >>>More
The main ones are pointers, functions, structs, unions, characters, and strings. Data types, types of data space allocation, data access in memory, registers, and distribution of data in memory (e.g. data segments, heap segments, stack segments, static data segments), plus functions are the key points, and the whole C language is talking about these.
If you want to do this industry, you don't need to worry about the prospects, the development of society is so fast, the demand for talents in international metropolises is continuous, and there is no need to worry about the market and prospects in the future, I also learn the same West Point, I am very confident in the future.
If you really want to know more about it, it is recommended that you sign up for a training course, you can systematically learn this knowledge, if you just learn by yourself, it is still very difficult, because there is still a lot of complex knowledge in the computer. >>>More