Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CASE Labor
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lab-docs
CASE Labor
Wiki
Magicdraw
klassenDiagramm
Changes
Page history
New page
Templates
Clone repository
Update klassenDiagramm
authored
6 years ago
by
Michael Guist
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MagicDraw/klassenDiagramm.md
+17
-1
17 additions, 1 deletion
MagicDraw/klassenDiagramm.md
with
17 additions
and
1 deletion
MagicDraw/klassenDiagramm.md
View page @
15556318
...
...
@@ -93,4 +93,20 @@ class Student<p>
FB
*
pFB;
<p>
};
<p>
#endif<p>
<p>
\ No newline at end of file
<p>
hieer folgt code
```
#ifndef FB_H_H
#define FB_H_H
#include "Studenten.h"
class Studenten;
class FB
{
std::vector<Studenten *> pStudenten;
};
#endif
```
This diff is collapsed.
Click to expand it.