Current location - Education and Training Encyclopedia - Educational Knowledge - A few days ago, a training institution called source code era came to the school to give lectures, specializing in IT training. That sounds all right. Have you ever learned? How's it going?
A few days ago, a training institution called source code era came to the school to give lectures, specializing in IT training. That sounds all right. Have you ever learned? How's it going?
I studied source code, and it was a difficult time. I spent midnight reviewing what the teacher said during the day. I had to go out for self-study early in the morning and didn't even touch the game for six months.

It's not easy for me, but fortunately, I'm living well now and my salary is quite high, which is worthy of my original efforts.

It was also my college classmates who recommended me to study. He went to study as soon as he graduated. After working for more than half a year, I didn't start studying until I felt I couldn't get through. He said it was reliable, so I went. After all, there is no way out

Actually, now I'm glad I made the decision. The teachers there spoke really well, spoke in detail and had many great ideas.

Let me also give an example to make a metaphor. I can understand it for beginners. Although the later courses are getting more and more difficult and technical, I think it is very motivating to have a group of small partners to study together because I am not alone.

Fortunately, my job is stable now. Although my salary is not as high as my friend's (he does better than me, but he refuses to accept it and wants to be an excuse), my classmates have also found good jobs, some in Shenzhen and some in the north, and they have little contact.

Source code function

The source code mainly has the following two functions:

1. Generate the target code, which is the code that the computer can recognize.

2. Explain the software, that is, explain the writing of the software.

Many beginners, even a few experienced programmers, ignore the compilation of software instructions, because this part will not be directly displayed in the generated program and will not participate in the compilation. However, annotation code is of great benefit to software learning, sharing, maintenance and software reuse.

Therefore, writing software instructions is considered to be a good habit to create excellent programs in the industry, and some companies also force it to be written.

It should be pointed out that modifying the source code cannot change the generated target code. If the target code needs to be modified accordingly, it must be recompiled.

Above content reference: Baidu Encyclopedia-source code