Remembered by C # wind - advice to beginner programmers

xiaoxiao2021-03-06  127

C # by the wave of thought - to the advice of the novice programmer: Liu Wei

Http://www.dearbook.com.cn/guide/viewguide.aspx?guideid=119

I always believe that for an initiator, the technical trend in the IT industry cannot catch up, and it has not been able to catch up. I often see my DDMM throw the textbook, sell some big heads such as C #, vb.net, which makes me feel very sad. And many cars can't make a bad BBS standby eyebrow dance discussion C # inside, you can make me feel funny. C # is like the ASP of the year, "Suddenly, the spring breeze, thousands of trees and pears," the result of many schools has become a "Web Academy". Many college students at 96, 97 are doing web. Of course, I don't have a sense of discrimination against a certain industry. I just think that if they take more fashionable techniques to spend more, it should be farther. [Several misunderstandings] The pursuit of beginners to C # trends is actually one of several misunderstandings that are often encountered during the learning process. I will use some practical examples to illustrate these phenomena, you can see one or several of yourself in the class: 〖I think computer technology is equal to programming technology:〗 Some people do not have this idea, there are also in subconscious Such an impulse. What makes me strange is that many student students have such a thought. It is believed that computer majors are programming majors, regardless of programming, or less related courses, no matter whether the extreme students don't have to be "programmed" on the book. In fact, programming is only a complicated labor in computer technology applications, which is why IT industry's best people are programmers. Computer technology includes multimedia, computer network, artificial intelligence, pattern identification, management information system, etc. Programming is just the process of expression algorithm in the process of theoretical research or engineering practice. Programming people do not have a high understanding of computer technology. And an interesting phenomenon is that many master-level computer technicians do not understand programming. Online hype and reality in reality puts programming this labor mystery. In fact, every programmer understands that he is not more professional when he is, it is natural to go, so it will not be high-grade. 〖Bite whispering the word has been striker:〗 I have seen a girl's "computer network principle" teaching materials, this female elephant primary school students are full of horizontal lesions in the book, the notes are made full, printing out must be more than the textbook thick. I don't understand, is it necessary to do notes like a course like computer network? Our test education has heard a lot of students. When the course "principle", many students like "Marx" are written by memory. This is the most stupid behavior I have ever seen. The so-called "principle", that is, it is necessary to master it why do this, learn why, not HOW (how to do). Extremely Serious Students Back Under the Uther Netline Maximum length, the length of the data frame, the meaning of each field, the format of the IP header, etc., but forget the principle of the route, forget the TCP / IP protocol design. In short, many people have spent a lot of time to bring the book to the buzzard, but it is equal to anything. These students are like this when learning programming, and they remember the details of the C grammar. After reading the C tutorial, look "C Programming Ideology Volume 1: Standard C Guide" (indeed a good book), "Depth Exploration C Object Model", "C Reference Daquan (Fourth Edition)", THIS C , That C ..., then there are a variety of odds about C grammar, then find some of the syntax of C , and finally continue to make a bad completion .... There is a brother to tell me: "C is too difficult, learn there, and learn inherited to forget the template.

"My reply:" You don't have to learn. "I didn't teach him, just tell him, the grammar of Dead C , there is several ways to show the fencing of the holes. Significance. You don't need a pair of C syntax too concerned. Hand programming is, there is a regular place to check MSDN to get it. I have a conclusion that the understanding of the program syntax is the most insignificant during the actual development process. Knowledge. This is why I was writing a small program for classmates (I have never learned it), I just spent half an hour to see the syntax, and then used the program for half an hour, and one After hours, I completely forgot all the keywords of Basic. 〖〖不 基, blindly chase hipster technology:〗 finally got to the topic. Most people want their own things to run immediately, become money. This The idea is reasonable for a programmer or project manager that has entered the occupational field, and IT technological progress is so fast, and it is unemployed. But for beginners (especially the big middle school " Students), this idea is another unfair. An initial capital that has not entered the industry competition is that he has enough time to learn basic things, learn why rather than how. Trendy Technology is often easier to master, and it is increasingly mastered, which is driven by commercial interests. In order to maximize software development costs. But in the field of IT is the case, the more easily master, the more you learn. More, and eliminate the faster. Every new technology comes out, there are many beginners to follow up. These beginners have made them a lot of time in the process of follow-up, and wait for him to learn. This technology is also eliminated. Basic course, compute data structure, operating system principle, etc. Although you can't let you immediately realize a Linux (this is why many people laughing the theoretical course), but they can significantly reduce significantly You learn the slope of the curve when learning new technologies. And for many key technologies (than the design of the Win32 SDK program, DDK programming) is even indispensable. A living example is my classmate and my classmate, In the big one, I can't find the boot button, he will have written some simple assembler. I spend all the time of the big two, computer architecture, data structure, operating system principle, etc. These courses. Learning, and he began to learn HTML and VB, and catch up with the trend of ASP. When I was three, I started learning the Windows operating system principle, learning SDK programming, time is long, then I can use VC to develop quineer models Applications of the like. I once I was annoyed because of my classmates, I was still learning how to create a dialog, but I have discovered my choice for my choice. And the company I negotiated Salary is twice as much as he. There is an unappropriately described below: Supplementation VB Programming requires 4 months, learning basic courses and VC programming requires 1 year. So if you learn VB, then learn the latter, time will not decrease, or 1 year, and in turn, if you learn the latter, then learn VB, maybe you only need to learn very well. If you are a student, or if you have enough time. I suggest you grasp the knowledge below. My suggestion is for beginners who wish to achieve achievements in IT technology. At the same time, I also listed some books, these books should be available in the bookstore. To be honest, my biggest wish when I am reading other people's articles is to hope that the author will list a book. [University English] - Don't feel funny. I truly recommend this course because there is no professional document reading ability.

Chinese translation is often coming out in the Monkey Year of the Monkey, and many publishers are simply printing the E text directly. The way to learn is to force yourself to see the original version of the textbook, you will not understand, and use more natural skills. It is absolutely desirable to have the quality of any industry. [Computer Architecture and Assembly Language] - About the architecture of the architecture is everywhere, and it is also small and small, and it is a very good book. "80x86 assembly language program design tutorial" (Tsinghua University Press, Black Cover, Yang Qiwen). You need to focus on learning the programming of the 386 protection mode. Otherwise, you will feel that you are watching the sky when you study some things in the bottom of the modern operating system. [Computer Operating System Principle] - Our development is always carried out on a specific operating system, if not, there is only one possibility: You implement an operating system yourself. In any case, the operating system principle is required. This is like a single chip to make peripherals, the basic working timing of the chip is required. There are also many books, I didn't find which book was very outstanding. Just feel that if you have time after reading these books, you should look at "Windows 2000 Internal Reversible" (Microsoft Press, I see the e-text, the Chinese book name is to be the inside story of the Windows 2000 technology). Another article on ZDNET has been discussed on the need to learn its necessity. [Data Structure and Algorithm] - This course can determine the level of a person program design level and a core course. I prefer the Tsinghua Edition (Zhu Bing Li, Liu Tianshi). Many people like to buy C , but I don't think it is necessary. C syntax makes the algorithm implementation process more complicated, and many teachers like this thing to make algorithms more complicated. It is best to browse the C version of the book after learning the C version. [Software Engineering] - This course is, the more discovered it, the more important it is, although I just started watching Ma Zhe, I didn't know the cloud. My suggestion is to see "Practical Software Engineering (Second Edition)" (yellow, Tsinghua). Don't spend too much time to remember the box box, don't understand, jump. After each time I have completed a software design task (whether exercises or work), I will retrieve the review every time I have gain. [Windows programming (5th edition) (on, book)] - "Peking University Press, Petzold" I suggest that any person attempt to design the Windows program is carefully completed before studying VC. And the front of the "Windows 2000 is revealed" is also preferred to be read behind this book. In this book, there is no C , no GUI, no controls. Some are how to complete the Windows program design with the original C language. After learning it, you will find that VC is actually very easy. Don't learn VC before you haven't read this book, you should don't touch it. Many of the famous schools I know even have used it as a textbook. It can be seen that it is important. I think it is an important course that must be learned (if you want to do a Windows programmer). There is a simple choice for other courses: If you are a computer system, learn your professional base lesson. If not, please refer to the computer system's curriculum. If you can't see it when you look at a book, please turn it back to the book, look at its reference, find them and learn them, and then look at this book. If there is two words in the book name of a book, you must don't remember the details of it, you should master your essentials at least 50 pages a day. Practice a theoretical or algorithm as much as possible on your computer. You can also read many book reviews on 9CBS. These book reviews can help you decide what books.

转载请注明原文地址:https://www.9cbs.com/read-127067.html

New Post(0)