source: trunk/presentation-langages/c.tex @ 286

Last change on this file since 286 was 286, checked in by revillet, 13 years ago
  • add missing langages and clean presentation a bit
File size: 977 bytes
Line 
1%\subsection{Le langage C}
2\begin{frame}\frametitle{Le langage C - Généralités}
3\begin{itemize}
4\item aussi appelé \og macro-assembleur \fg
5\item langage compilé
6\item compilateurs gratuits (gcc) ou payants (icc, Borland~c)
7\item pas de gestion automatique de la mémoire
8\end{itemize}
9\end{frame}
10
11\begin{frame}\frametitle{Le langage C - Aspects scientifiques}
12=> Pas de librairies scientifiques (matrices,  analyse numérique...) ni graphiques (plot, cartographie) fournies en standard.\\
13=> Mais possibilité d'utiliser des librairies externes.
14\end{frame}
15
16\begin{frame}\frametitle{Le langage C - Aspects informatiques}
17\begin{itemize}
18\item support multi-thread selon OS et librairies systÚme.
19\item portable si le code est prévu pour, nécessite recompilation du code
20\item parallélisation via librairies externes (MPI, OpenMP)
21\item documentation automatique avec doxygen
22\end{itemize}
23\end{frame}
24
25%\begin{frame}\frametitle{Le langage C - Autres}
26
27%\end{frame}
Note: See TracBrowser for help on using the repository browser.