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.

91 lines
2.4 KiB

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" \>
<title>Quelques données</title>
<link href="../styles/main.css" rel="stylesheet" type="text/css" />
<link href="../old/styles/donnees.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<div class="title">
<h1>LangProg</h1>
<p><b>Données</b> page</p>
</div>
</div>
<nav class="nav-bar">
<span class="nav-left">
<a href="../index.html">Menu Principal</a>
<a href="./galerie.html">Galerie</a>
<a href="./donnees.html">Données</a>
</span>
<span class="nav-right">
<div class="dropdown-menu">
<label for="dd-menu"><span><b>=</b></span></label>
<input type="checkbox" id="dd-menu" />
<div class="dropdown-menu-content">
<a href="./contact.php">Contact</a>
<a href="./apropos.html">A propos</a>
</div>
</div>
</span>
</nav>
<div class="donnees">
<table>
<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>