2025-07-26から1日間の記事一覧
www.chikumashobo.co.jp 図書館で借りて読んだ。最後まで読めなかったけどメモは残ってたので文字起こしして、生成AIにレイアウトとか整えてもらった。 メモ自体割と適当に書いたので例えば最初ののみさーとか私の偏見が入ってたりするのでそこはご容赦。あ…
テンプレートとSTL テンプレート 型による抽象化が行える。 いわゆるジェネリック関数のような存在 関数テンプレート #include <iostream> #include <string> using namespace std; template <typename T> T add(T x, T y) { return x + y; } int main(int argc, char** argv) { cout << add<int></int></typename></string></iostream>…