Skip to content
Snippets Groups Projects
Select Git revision
  • 9d34e9292873067aaf2ec63bb192b15e2481c164
  • main default
  • feature/cleanup-for-registry protected
  • kinetic
  • 0.3.7
  • 0.3.6
  • 0.3.5
  • 0.3.4
  • 0.3.3
  • 0.3.2
  • 0.2.2
  • 0.3.1
  • 0.3.0
  • 0.2.1
  • 0.1.6
  • 0.1.5
  • 0.2.0
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.0.1
  • 0.0.0
23 results

package.xml

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}