Changeset eaa2f3a1 for doc/user


Ignore:
Timestamp:
Apr 12, 2017, 12:23:54 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
0eb18557
Parents:
f3be342
Message:

modify C-sharp macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/user.tex

    rf3be342 reaa2f3a1  
    1111%% Created On       : Wed Apr  6 14:53:29 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Wed Apr  5 23:19:40 2017
    14 %% Update Count     : 1412
     13%% Last Modified On : Wed Apr 12 12:18:58 2017
     14%% Update Count     : 1415
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    6464% Names used in the document.
    6565\newcommand{\Version}{\input{../../version}}
    66 \newcommand{\CS}{C\raisebox{-0.9ex}{\large$^\sharp$}\xspace}
    67 
    6866\newcommand{\Textbf}[2][red]{{\color{#1}{\textbf{#2}}}}
    6967\newcommand{\Emph}[2][red]{{\color{#1}\textbf{\emph{#2}}}}
     
    195193For system programming, where direct access to hardware and dealing with real-time issues is a requirement, C is usually the language of choice.
    196194As well, there are millions of lines of C legacy code, forming the base for many software development projects (especially on UNIX systems).
    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\%.
     195The 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\%, \Csharp 4.3\%, \Index*{Python} 4.3\%, and all other programming languages below 3\%.
    198196As well, for 30 years, C has been the number 1 and 2 most popular programming language:
    199197\begin{center}
Note: See TracChangeset for help on using the changeset viewer.