Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a7cc2b

Browse files
authored
Merge pull request #138 from bernhardmgruber/morelang
Add link to STL CppCon talk and mention fstream
2 parents 9941c0e + 2fe1fac commit 1a7cc2b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

‎talk/morelanguage/raii.tex‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
}
113113
\end{cppcode*}
114114
\end{exampleblock}
115+
\begin{alertblock}{}
116+
\begin{itemize}
117+
\item on real projects, use \mintinline{cpp}{std::fstream} to handle files
118+
\end{itemize}
119+
\end{alertblock}
115120
\end{frame}
116121

117122
\begin{frame}[fragile]

‎talk/morelanguage/stl.tex‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
\item sort, partial\_sort, merge, make\_heap, min, max
111111
\item lexicographical\_compare, iota, reduce, partial\_sum
112112
\end{itemize}
113+
\item see also \href{https://www.youtube.com/watch?v=2olsGf6JIkU}{105 STL Algorithms in Less Than an Hour}
113114
\end{itemize}
114115
\end{block}
115116
\end{frame}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /