Skip to content
Snippets Groups Projects
Select Git revision
  • e456033e82aa9b78ddbb085083f89ac47c930e94
  • master default protected
2 results

appendix.tex

Blame
  • appendix.tex 299 B
    \chapter{Code der Adapter-Implementierung}
    \lstset{
    	language=C++,
    	breaklines=true,
    	frame=single,
    	basicstyle=\ttfamily,
    	keywordstyle=\color{blue}\ttfamily,
    	stringstyle=\color{red}\ttfamily,
    	commentstyle=\color{gray}\ttfamily,
    	morecomment=[l][\color{magenta}]{\#},
    }
    \lstinputlisting{main.cpp}