Software Engineering

Due to the lack of an Assistant for Software Engineering I had to give the following exercises to students in their 3rd year Computer Science MsC (The lessons were in dutch): DISCLAIMER: this page is not converted yet to starlette... also some backup files are missing

"; echo "Bestand Omschrijving\n"; while($file = readdir($dir)) { if($file==".." || $file==".") continue; if(substr($file,-5)!=".info"){ echo "$file"; $info=@file($dirname."/".$file.".info"); echo ""; for($i=0;$i0) echo "
"; echo " ".$info[$i]; } echo "\n"; } } echo ""; closedir($dir); } ?>

Labo 14/11/2001: Testing


Labo 21/11/2001: Design by contract