Update klassenDiagramm authored by Michael Guist's avatar Michael Guist
...@@ -94,3 +94,19 @@ class Student<p> ...@@ -94,3 +94,19 @@ class Student<p>
};<p> };<p>
#endif<p> #endif<p>
<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
```