Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update klassenDiagramm
authored
Feb 28, 2019
by
Michael Guist
Show whitespace changes
Inline
Side-by-side
MagicDraw/klassenDiagramm.md
View page @
15556318
...
@@ -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
```