Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用される数値の型に自動的にスケーリングする C++ でジェネリック データ型を使用する方法はありますか? それがすべての数値を保存する必要がある場合は short int のみを使用し、大きな数値を使用する場合は long long に変更しますか?
速度を求めている場合は、C ++でのスケーラブルな変数の使用はお勧めしませんが、速度ではなく柔軟性が必要な場合は、次の解決策が考えられます。
http://gmplib.org/