ヘッダーファイルで困りました。
C++のSTL vector, algorithm をインクルードするとエラーがでます。
どうやったら、このエラーは回避できるのでしょうか?
https://dxlib.xsrv.jp/index.html
ここのライブラリを使っています。
DxLib_android 版です。
C++
1#pragma once 2 3using namespace std; 4//#include <vector> // ここの2つ(片方でも)をインクルードすると 5//#include <algorithm> // グローバルスコープにat_quick_exit,quick_exitがありません 6 // とエラーがでる 7 8#include <stdio.h> 9#include <math.h> 10 11 12#define DEF_STAGE1_INIT 100 13#define DEF_STAGE1_MAIN 110 14#define DEF_STAGE1_CLEAR 120 15#define DEF_PLAYER_SIZE 64 16 17 18int Stage1MainLoop(); 19int Stage1Init(); 20int Stage1Clear(); 21
[環境]
統合開発環境:Visual Studio 2019 Community
使用ライブラリ:DxLib_android STL
言語:C/C++
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2022/02/13 00:42