finished writting
This commit is contained in:
42
main.tex
Normal file
42
main.tex
Normal file
@@ -0,0 +1,42 @@
|
||||
\documentclass[left-aligned-title]{class/nitonepage}
|
||||
|
||||
\reporttitle{第1回:環境と感想}
|
||||
\reportauthor{柴田健琉}
|
||||
\studentid{2024D14}
|
||||
\reportdate{令和7年}{04月}{10日}
|
||||
\schoolname{岐阜高専}
|
||||
\department{電子制御工学科}
|
||||
\subject{情報処理1}
|
||||
|
||||
\setlength{\parindent}{0pt}
|
||||
|
||||
\begin{document}
|
||||
\titleheading
|
||||
|
||||
担当教員:岡崎 憲一
|
||||
|
||||
\vspace{1cm}
|
||||
|
||||
今回初めての情報処理の授業でしたが、今回の授業を聞く限り説明に関して少し不安を覚えました。
|
||||
|
||||
話題は変わりますが、私はC系の言語でのプログラミングは4年目となり、今はC++で好きなゲームの補助ツールを、Cでは無謀(?)な弾幕ゲームを作成しています。
|
||||
|
||||
実は初めてのC系言語はC++であり、C++の開発者であるビャーネ・ストロヴストルップの名言の一つには
|
||||
|
||||
\begin{quote}
|
||||
C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off.
|
||||
|
||||
訳:Cは簡単に自分で自分の足を打てる ; C++はそれを難しくするが、いざ打つと足全体が吹き飛ぶ。
|
||||
|
||||
\hfill Bjarne Stroustrup\cite{quote}
|
||||
\end{quote}
|
||||
|
||||
というものがあり、私は両足だけではなく両腕も「ぶち抜いた」ことになります。
|
||||
|
||||
C++はCにクラスなどの機能を取り入れたことにより、習得難易度が格段に高くなっています。
|
||||
|
||||
しかし、その苦労は今となっては有益な経験で、デバッグ作業にある種の「楽しさ」を感じるほどになりました。
|
||||
|
||||
\printbibliography
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user