質問するログイン新規登録

質問編集履歴

2

誤字

2019/01/05 08:59

投稿

robomoco
robomoco

スコア32

title CHANGED
File without changes
body CHANGED
@@ -1,7 +1,7 @@
1
1
  ```ここに言語を入力
2
2
  #pragma once
3
3
  #include "SDL/SDL.h"
4
- #includee <vector>
4
+ #include <vector>
5
5
  struct Vector
6
6
  {
7
7
  float x;

1

タイトル

2019/01/05 08:59

投稿

robomoco
robomoco

スコア32

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