Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Gerwinski
hp
Commits
87756f0a
Commit
87756f0a
authored
6 years ago
by
Peter Gerwinski
Browse files
Options
Downloads
Patches
Plain Diff
Übungsaufgabe 2, 12.11.2018
parent
dbb0e952
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
20181112/hp-uebung-20181112.pdf
+0
-0
0 additions, 0 deletions
20181112/hp-uebung-20181112.pdf
20181112/hp-uebung-20181112.tex
+12
-1
12 additions, 1 deletion
20181112/hp-uebung-20181112.tex
with
12 additions
and
1 deletion
20181112/hp-uebung-20181112.pdf
+
0
−
0
View file @
87756f0a
No preview for this file type
This diff is collapsed.
Click to expand it.
20181112/hp-uebung-20181112.tex
+
12
−
1
View file @
87756f0a
...
...
@@ -75,7 +75,11 @@
\item
Verwenden Sie Präprozessor-Konstante,
z.
\,
B.
\ \lstinline
{
WIDTH
}
und
\lstinline
{
HEIGHT
}
,
\\
um Höhe und Breite des "`Bildschirms"' festzulegen.
um Höhe und Breite des "`Bildschirms"' festzulegen:
\begin{lstlisting}
[gobble=8]
#define WIDTH 72
#define HEIGHT 24
\end{lstlisting}
\item
Schreiben Sie zusätzlich ein Test-Programm,
das alle Funktionen der Bibliothek benutzt,
\\
...
...
@@ -83,4 +87,11 @@
auszugeben.
\end{itemize}
\exercise
{
Datum-Bibliothek
}
Zerlegen Sie die Datum-Bibliothek aus der Übungsaufgabe 3 vom 29.
\,
10.
\,
2018
in eine
\file
{
.c
}
- und eine
\file
{
.h
}
-Datei.
Hinweis: Schreiben Sie auch hierfür zusätzlich ein Test-Programm.
\end{document}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment