質問編集履歴

2

誤字

2019/01/05 08:59

投稿

robomoco
robomoco

スコア31

test CHANGED
File without changes
test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  #include "SDL/SDL.h"
6
6
 
7
- #includee <vector>
7
+ #include <vector>
8
8
 
9
9
  struct Vector
10
10
 

1

タイトル

2019/01/05 08:59

投稿

robomoco
robomoco

スコア31

test CHANGED
@@ -1 +1 @@
1
- vectorの宣言で要素数をしていするとエラーが出る(Visual Studio)
1
+ vectorの宣言で要素数を指定するとエラーが出る(Visual Studio)
test CHANGED
File without changes