You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.7 KiB
58 lines
1.7 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" \>
|
|
<title>Quelques données</title>
|
|
</head>
|
|
<body>
|
|
<p><a href="../index.html">-- Menu principal</a></p>
|
|
<div>
|
|
<h2>Quelques données...</h2>
|
|
<table width="60%" border="1">
|
|
<tr>
|
|
<th></th>
|
|
<th><img src="../img/The_C_Programming_Language_logo.svg.png" alt="C"
|
|
width="40" height="40"></th>
|
|
<th><img src="../img/ISO_C++_Logo.svg.png" alt="C++"
|
|
width="40" height="40"></th>
|
|
<th><img src="../img/1024px-C_Sharp_wordmark.svg.png" alt="C#"
|
|
width="40" height="40"</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Première version</th>
|
|
<td>1972</td>
|
|
<td>1985</td>
|
|
<td rowspan="2">Inconnu</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Autheur(s)</th>
|
|
<td>Dennis Ritchie, Brian Kernighan</td>
|
|
<td>Bjarne Stroustrup</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Paradigme</th>
|
|
<td>Impératif, procédural, structuré</td>
|
|
<td>générique, orienté objet, procédural</td>
|
|
<td>Structuré, impératif, orienté objet</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Typage</th>
|
|
<td colspan="2">Inconnu</td>
|
|
<td>Statique, fort, nominatif</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Influance</th>
|
|
<td>BCPL, B, Algol 68, Fortran</td>
|
|
<td>C, Simula, Ada 83, Algol 68, CLU, ML</td>
|
|
<td>C++, Java</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>Auteur: Alexandre Agostinho (TP1)</p>
|
|
<p><a href="mailto:alexandre.agostinho@etu.uca.fr">alexandre.agostinho@etu.uca.fr</a></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|