質問編集履歴

1

コードのファイル名を記載

2019/06/06 03:27

投稿

YMD_kts
YMD_kts

スコア23

test CHANGED
File without changes
test CHANGED
@@ -16,14 +16,14 @@
16
16
 
17
17
  開発環境:Visual Studio 2019, VisualC++
18
18
 
19
- ```Main.cpp
19
+ Main.cpp
20
+
21
+ ```
20
22
 
21
23
  #include"wavefile.cpp"
22
24
 
23
25
 
24
26
 
25
-
26
-
27
27
  // エラー表示
28
28
 
29
29
  void ErrMsg(PCTSTR text, PCTSTR caption)
@@ -90,6 +90,8 @@
90
90
 
91
91
  ```
92
92
 
93
+ wavefile.h
94
+
93
95
  ```wavefile.h
94
96
 
95
97
  #ifndef wavefile_H
@@ -118,6 +120,8 @@
118
120
 
119
121
  ```
120
122
 
123
+ wavefile.cpp
124
+
121
125
  ```wavefile.cpp
122
126
 
123
127
  #include <Windows.h>