Changes in doc/user/user.tex [eaa2f3a1:2264c11]
- File:
-
- 1 edited
-
doc/user/user.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/user/user.tex
reaa2f3a1 r2264c11 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Wed Apr 12 12:18:58201714 %% Update Count : 141 513 %% Last Modified On : Wed Apr 5 23:19:40 2017 14 %% Update Count : 1412 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 64 64 % Names used in the document. 65 65 \newcommand{\Version}{\input{../../version}} 66 \newcommand{\CS}{C\raisebox{-0.9ex}{\large$^\sharp$}\xspace} 67 66 68 \newcommand{\Textbf}[2][red]{{\color{#1}{\textbf{#2}}}} 67 69 \newcommand{\Emph}[2][red]{{\color{#1}\textbf{\emph{#2}}}} … … 193 195 For system programming, where direct access to hardware and dealing with real-time issues is a requirement, C is usually the language of choice. 194 196 As well, there are millions of lines of C legacy code, forming the base for many software development projects (especially on UNIX systems). 195 The TIOBE index (\url{http://www.tiobe.com/tiobe_index}) for March 2016 shows programming-language popularity, with \Index*{Java} 20.5\%, C 14.5\%, \Index*[C++]{\CC} 6.7\%, \C sharp4.3\%, \Index*{Python} 4.3\%, and all other programming languages below 3\%.197 The TIOBE index (\url{http://www.tiobe.com/tiobe_index}) for March 2016 shows programming-language popularity, with \Index*{Java} 20.5\%, C 14.5\%, \Index*[C++]{\CC} 6.7\%, \CS 4.3\%, \Index*{Python} 4.3\%, and all other programming languages below 3\%. 196 198 As well, for 30 years, C has been the number 1 and 2 most popular programming language: 197 199 \begin{center}
Note:
See TracChangeset
for help on using the changeset viewer.