Files
information-processing-1_1s…/main.tex
2025-04-10 15:11:00 +09:00

43 lines
1.6 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\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}