程序员应该学习C语言的十个理由
程序員應該學C語言的十個理由的文章說:每個程序員在他們的編程事業生涯當中都應該學C語言。C語言有太多不容忽視的好處。它不僅可以帶來更多的工作機會,而且也會在總體上讓你對計算機有更多的了解。
1)相對于其它編程語言(C++,Java),C語言是更底層的。在一個較底層水平編程能夠在總體上讓你進一步加深對計算機的理解。
2)設備驅動程序和操作系統都是唯一采用C語言寫的?,F在,也許你從來也不會去寫一個設備驅動程序或一個操作系統,但是如果只是要求你去修改一下,會是怎樣呢?
原文如下:
Every programmer should learn C during their programming career. Its benefits are to numerous to ignore. Not only will it open many more job opportunities, but it will teach you more about computers as a whole.
1) C is lower level then other programming languages (C++, Java). Programming at a lower level allows you to further your understanding of computers, as a whole.
2) Device drivers and operating systems are written exclusively in C. Now, you may never write a device driver or an operating system, but what if you are ever required to modify one?
3) What if you ever want to get a job programming microcontrollers? They are programmed in C. Are you going to limit your possible list of jobs because you didn't want to learn a new language?
4) C programs are smaller and faster then any other program created in a different language. Sometimes your program needs that speed boost that only C can give it.
5) If you have learned C, you can learn any modern programming language. The reason behind this is that all modern programming languages are based on C (Java, C++, C#, etc).
6) Because C has been around for many years, it has a large community and collective code base. This allows you to quickly and efficiently implement new algorithms or functions that have been programmed before.
7) C is the language of the Open Source community. The Open Source poster child, Linux, was coded in C. If you know C, you can participate in and contribute to numerous Open Source communities like Source Forge.
8) C is the only language that teaches you what pointers really are. C# and Java skip the subject completely. It is pointers that give C its power.
?9) C is still the most commonly required language for programming jobs. It is well worth your time to get C under your belt.
10) Anything that has a microprocessor in it has support for C. From your microwave to your cell phone, C powers technology.
總結
以上是生活随笔為你收集整理的程序员应该学习C语言的十个理由的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 学习C语言的理由-别问我为什么,会用C语
- 下一篇: 为什么要学C语言及C语言存在的意义,新手