Update klassenDiagramm authored by Michael Guist's avatar Michael Guist
......@@ -94,3 +94,19 @@ class Student<p>
};<p>
#endif<p>
<p>
hieer folgt code
```
#ifndef FB_H_H
#define FB_H_H
#include "Studenten.h"
class Studenten;
class FB
{
std::vector<Studenten *> pStudenten;
};
#endif
```