33 search resultsShowing 1~20 results

Stocked

C++の定数メンバ関数

はじめに 定数メンバ関数(constメンバ関数)は、C++においてオブジェクトの状態を変更しないことを保証する関数です。これにより、オブジェクトの不変性を保ちながら、そのオブジェクトに関する情報...

0
0
Comment0

C++での純粋仮装関数

初めに 純粋仮想関数(pure virtual function)は、C++の抽象クラス(abstract class)を定義するために使用されます。純粋仮想関数を持つクラスはインスタンス化でき...

3
2
Comment0

C++でのオーバーライド

はじめに C++のオーバーライド(override)は、基底クラスの仮想関数を派生クラスで再定義する際に使われる重要な概念です。オーバーライドを正しく理解し使うことで、ポリモーフィズム(多態性)...

2
1
Comment0

33 search resultsShowing 1~20 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in