質問編集履歴
9
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -113,4 +113,26 @@
|
|
113
113
|
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
|
114
114
|
Press any key to close this window . . .
|
115
115
|
|
116
|
+
```
|
117
|
+
```ここに言語を入力
|
118
|
+
'Project2.exe' (Win32): Loaded 'C:\Users\pokki\source\repos\Project2\Debug\Project2.exe'. Symbols loaded.
|
119
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'.
|
120
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'.
|
121
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'.
|
122
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\vcruntime140d.dll'.
|
123
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbased.dll'.
|
124
|
+
The thread 0x5c44 has exited with code 0 (0x0).
|
125
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel.appcore.dll'.
|
126
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'.
|
127
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'.
|
128
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'.
|
129
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'.
|
130
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll'.
|
131
|
+
'Project2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'.
|
132
|
+
The thread 0x1e18 has exited with code 1 (0x1).
|
133
|
+
The thread 0x2ad4 has exited with code 1 (0x1).
|
134
|
+
The thread 0x3bd0 has exited with code 1 (0x1).
|
135
|
+
The program '[21896] Project2.exe' has exited with code 1 (0x1).
|
136
|
+
|
137
|
+
|
116
138
|
```
|
8
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -106,7 +106,7 @@
|
|
106
106
|
TEL: 090xxxxxxxx
|
107
107
|
DEP: a
|
108
108
|
|
109
|
-
|
109
|
+
追記
|
110
110
|
```ここに言語を入力
|
111
111
|
|
112
112
|
C:\Users\pokki\source\repos\Project2\Debug\Project2.exe (process 1760) exited with code 1.
|
7
書式の改善
title
CHANGED
File without changes
|
body
CHANGED
@@ -104,4 +104,13 @@
|
|
104
104
|
NAME: eee
|
105
105
|
ID: ID05
|
106
106
|
TEL: 090xxxxxxxx
|
107
|
-
DEP: a
|
107
|
+
DEP: a
|
108
|
+
|
109
|
+
|
110
|
+
```ここに言語を入力
|
111
|
+
|
112
|
+
C:\Users\pokki\source\repos\Project2\Debug\Project2.exe (process 1760) exited with code 1.
|
113
|
+
To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops.
|
114
|
+
Press any key to close this window . . .
|
115
|
+
|
116
|
+
```
|
6
誤字
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
c言語、テキストファイル内の特定の文字列
|
1
|
+
c言語、テキストファイル内の特定の文字列だけ削除
|
body
CHANGED
File without changes
|
5
誤字
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
c言語、テキストファイル内の特
|
1
|
+
c言語、テキストファイル内の特定の文字列から数えて数行だけ消す
|
body
CHANGED
File without changes
|
4
まちがえ
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
{
|
7
7
|
int key;
|
8
8
|
char name[100];
|
9
|
-
char str[1000]
|
9
|
+
char str[1000] = { '\0' };
|
10
10
|
const char file_name[] = "tel.txt";
|
11
11
|
const char file_name2[] = "tel2.txt";
|
12
12
|
|
3
誤字
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
c言語、
|
1
|
+
c言語、テキストファイル内の特手の文字列から数えて数行だけ消す
|
body
CHANGED
File without changes
|
2
説明不足
title
CHANGED
File without changes
|
body
CHANGED
@@ -82,7 +82,7 @@
|
|
82
82
|
**=======================**
|
83
83
|
|
84
84
|
|
85
|
-
tel2.txt(
|
85
|
+
tel2.txt(aaa で検索した結果)
|
86
86
|
|
87
87
|
DEP: a
|
88
88
|
**=======================**
|
1
txtの追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -58,7 +58,7 @@
|
|
58
58
|
NAME: aaa
|
59
59
|
ID: ID01
|
60
60
|
TEL: 090xxxxxxxx
|
61
|
-
DEP:
|
61
|
+
DEP: a
|
62
62
|
**======================**
|
63
63
|
NAME: bbb
|
64
64
|
ID: ID02
|
@@ -79,4 +79,29 @@
|
|
79
79
|
ID: ID05
|
80
80
|
TEL: 090xxxxxxxx
|
81
81
|
DEP: a
|
82
|
-
**=======================**
|
82
|
+
**=======================**
|
83
|
+
|
84
|
+
|
85
|
+
tel2.txt(実行後)
|
86
|
+
|
87
|
+
DEP: a
|
88
|
+
**=======================**
|
89
|
+
NAME: bbb
|
90
|
+
ID: ID02
|
91
|
+
TEL: 090xxxxxxxx
|
92
|
+
DEP: b
|
93
|
+
**=======================**
|
94
|
+
NAME: ccc
|
95
|
+
ID: ID03
|
96
|
+
TEL: 090xxxxxxxx
|
97
|
+
DEP: a
|
98
|
+
**=======================**
|
99
|
+
NAME: ddd
|
100
|
+
ID: ID04
|
101
|
+
TEL: 090xxxxxxxx
|
102
|
+
DEP: a
|
103
|
+
**=======================**
|
104
|
+
NAME: eee
|
105
|
+
ID: ID05
|
106
|
+
TEL: 090xxxxxxxx
|
107
|
+
DEP: a
|