Skip to content
Snippets Groups Projects
Commit 6fb4d308 authored by Peter Gerwinski's avatar Peter Gerwinski
Browse files

Nachbereitung 11.10.2021

parent 4cc26b0d
No related merge requests found
No preview for this file type
......@@ -20,7 +20,7 @@
% Attribution-ShareAlike 3.0 Unported License along with this
% document. If not, see <http://creativecommons.org/licenses/>.
% README: Einführung in C: Seiteneffekte, Funktionen
% README: Einführung in C: Seiteneffekte, Funktionen, Zeiger
\documentclass[10pt,t]{beamer}
......@@ -112,6 +112,7 @@
\item[2.8] Seiteneffekte
\item[2.9] Funktionen
\item[2.10] Zeiger
\color{black}
\item[2.11] Arrays und Strings
% \item[2.12] Strukturen
\item[\dots]
......@@ -800,6 +801,7 @@
\item[2.8] Seiteneffekte
\item[2.9] Funktionen
\item[2.10] Zeiger
\color{black}
\item[2.11] Arrays und Strings
\item[\dots]
% \item[2.12] Strukturen
......@@ -1194,45 +1196,6 @@
\end{frame}
\nosectionnonumber{\inserttitle}
\begin{frame}
\shownosectionnonumber
\begin{itemize}
\item[\textbf{1}] \textbf{Einführung}
\hfill\makebox(0,0)[br]{\raisebox{2.25ex}{\url{https://gitlab.cvh-server.de/pgerwinski/hp}}}
\item[\textbf{2}] \textbf{Einführung in C}
\begin{itemize}
\item[2.1] Hello, world!
\item[2.2] Programme compilieren und ausführen
\item[2.3] Elementare Aus- und Eingabe
\item[2.4] Elementares Rechnen
\color{medgreen}
\item[2.5] Verzweigungen
\item[2.6] Schleifen
\item[2.7] Strukturierte Programmierung
\item[2.8] Seiteneffekte
\item[2.9] Funktionen
\color{red}
\item[2.10] Zeiger
\item[2.11] Arrays und Strings
\item[2.12] Strukturen
\item[\dots]
\end{itemize}
\color{gray}
\item[\textbf{3}] \textbf{Bibliotheken}
\vspace*{-\smallskipamount}
\item[\textbf{\dots}]
% \item[\textbf{4}] \textbf{Hardwarenahe Programmierung}
% \item[\textbf{5}] \textbf{Algorithmen}
% \item[\textbf{6}] \textbf{Ergänzungen und Ausblicke}
\end{itemize}
\vspace*{-1cm}
\end{frame}
\subsection{Zeiger}
\begin{frame}[fragile]
......@@ -1276,6 +1239,47 @@
\end{minipage}
\end{frame}
\nosectionnonumber{\inserttitle}
\begin{frame}
\shownosectionnonumber
\begin{itemize}
\item[\textbf{1}] \textbf{Einführung}
\hfill\makebox(0,0)[br]{\raisebox{2.25ex}{\url{https://gitlab.cvh-server.de/pgerwinski/hp}}}
\item[\textbf{2}] \textbf{Einführung in C}
\begin{itemize}
\item[2.1] Hello, world!
\item[2.2] Programme compilieren und ausführen
\item[2.3] Elementare Aus- und Eingabe
\item[2.4] Elementares Rechnen
\color{medgreen}
\item[2.5] Verzweigungen
\item[2.6] Schleifen
\item[2.7] Strukturierte Programmierung
\item[2.8] Seiteneffekte
\item[2.9] Funktionen
\item[2.10] Zeiger
\color{red}
\item[2.11] Arrays und Strings
\item[2.12] Strukturen
\item[\dots]
\end{itemize}
\color{gray}
\item[\textbf{3}] \textbf{Bibliotheken}
\vspace*{-\smallskipamount}
\item[\textbf{\dots}]
% \item[\textbf{4}] \textbf{Hardwarenahe Programmierung}
% \item[\textbf{5}] \textbf{Algorithmen}
% \item[\textbf{6}] \textbf{Ergänzungen und Ausblicke}
\end{itemize}
\vspace*{-1cm}
\end{frame}
\iffalse
\subsection{Arrays und Strings}
\begin{frame}[fragile]
......@@ -1751,7 +1755,6 @@
\end{frame}
\iffalse
\fi
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment