<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" <!--  -->  <html>  <head>       <title>Langage C++  l'ENSTA</title> </head>  <frameset      cols="28%,*"  >      <frame name="menu"             scrolling=auto             src="index_menu.html"            frameborder=no      >          <frame name="main"             scrolling=auto             src="index_main.html"            frameborder=no      >  </frameset>  <noframe>    Allez en     <a href="index_main.html">index_main.html</a>      </noframe>   </html> 
