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

質問編集履歴

1

誤字

2016/02/12 05:01

投稿

Yussa
Yussa

スコア26

title CHANGED
File without changes
body CHANGED
@@ -2,7 +2,7 @@
2
2
  言語はMFCです。
3
3
 
4
4
  ```C++
5
- type def Info_ {
5
+ typedef struct Info_ {
6
6
  int a,
7
7
  int b,
8
8
  } Info;