返答ありがとうございます!
動的性生後shared_ptr等で管理するというのも一つの手なのでしょうけど、もう少し調整してみたいと思います
検索結果 2 件
- 8年前
- フォーラム: C言語何でも質問掲示板
- トピック: 配列のサイズをコンパイラに通知する方法
- 返信数: 2
- 閲覧数: 2010
配列のサイズをコンパイラに通知する方法
環境 Windows10 VC++ 2015 DirectX11_1 IViewPort.h #pragma once #include <string> struct ID3D11Device; struct ID3D11DeviceContext; struct D3D11_VIEWPORT; class IViewPort { public: IViewPort(); IViewPort(const IViewPort &obj); void ViewPortRelease(); bool setViewPort(ID3D11DeviceContext *context); bool g...