-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
357 lines (168 loc) · 10.9 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>うさぎの手帳</title>
<link href="/atom.xml" rel="self"/>
<link href="https://NoahBishop.github.io/"/>
<updated>2023-04-24T16:14:34.225Z</updated>
<id>https://NoahBishop.github.io/</id>
<author>
<name>Noah Bishop</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>Setting up Qt Projects with CMake and Linking External</title>
<link href="https://NoahBishop.github.io/2022/07/01/essay_01_use%20cmake%20settting%20up%20Qt%20project/"/>
<id>https://NoahBishop.github.io/2022/07/01/essay_01_use cmake settting up Qt project/</id>
<published>2022-07-01T13:52:45.000Z</published>
<updated>2023-04-24T16:14:34.225Z</updated>
<summary type="html">
<h1 id="Setting-up-Qt-Projects-with-CMake-and-Linking-External-Libraries"><a
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="Qt" scheme="https://NoahBishop.github.io/tags/Qt/"/>
</entry>
<entry>
<title>(ch12) Templates and Generic Programming (Not completed yet)</title>
<link href="https://NoahBishop.github.io/2021/12/12/Cpp_c12/"/>
<id>https://NoahBishop.github.io/2021/12/12/Cpp_c12/</id>
<published>2021-12-12T13:52:45.000Z</published>
<updated>2023-04-21T15:59:18.010Z</updated>
<summary type="html">
<h1 id="Templates-and-Generic-Programming"><a href="#Templates-and-Generic-Programming" class="headerlink" title="Templates and Generic
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch11) Object-Oriented Programming</title>
<link href="https://NoahBishop.github.io/2021/12/11/Cpp_c11/"/>
<id>https://NoahBishop.github.io/2021/12/11/Cpp_c11/</id>
<published>2021-12-11T13:52:45.000Z</published>
<updated>2023-04-21T15:57:13.015Z</updated>
<summary type="html">
<h1 id="Object-Oriented-Programming"><a href="#Object-Oriented-Programming" class="headerlink" title="Object-Oriented
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch10) Overloaded Operations and Conversions</title>
<link href="https://NoahBishop.github.io/2021/12/10/Cpp_c10/"/>
<id>https://NoahBishop.github.io/2021/12/10/Cpp_c10/</id>
<published>2021-12-10T13:52:45.000Z</published>
<updated>2023-04-21T15:56:24.348Z</updated>
<summary type="html">
<h1 id="Overloaded-Operations-and-Conversions"><a href="#Overloaded-Operations-and-Conversions" class="headerlink" title="Overloaded
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch9) Copy Control</title>
<link href="https://NoahBishop.github.io/2021/12/09/Cpp_c09/"/>
<id>https://NoahBishop.github.io/2021/12/09/Cpp_c09/</id>
<published>2021-12-09T13:52:45.000Z</published>
<updated>2023-04-21T15:56:18.077Z</updated>
<summary type="html">
<h1 id="Copy-Control"><a href="#Copy-Control" class="headerlink" title="Copy Control"></a>Copy Control</h1><p>As we see in chapter 3, each
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch8) Dynamic Memory</title>
<link href="https://NoahBishop.github.io/2021/12/08/Cpp_c08/"/>
<id>https://NoahBishop.github.io/2021/12/08/Cpp_c08/</id>
<published>2021-12-08T13:52:45.000Z</published>
<updated>2023-04-21T15:52:42.787Z</updated>
<summary type="html">
<h1 id="Dynamic-Memory"><a href="#Dynamic-Memory" class="headerlink" title="Dynamic Memory"></a>Dynamic Memory</h1><p>The programs we’ve
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch7) Associative Containers</title>
<link href="https://NoahBishop.github.io/2021/12/07/Cpp_c07/"/>
<id>https://NoahBishop.github.io/2021/12/07/Cpp_c07/</id>
<published>2021-12-07T13:52:45.000Z</published>
<updated>2023-04-21T15:52:38.835Z</updated>
<summary type="html">
<h1 id="Associative-Containers"><a href="#Associative-Containers" class="headerlink" title="Associative Containers"></a>Associative
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch6) Generic Algorithms</title>
<link href="https://NoahBishop.github.io/2021/12/06/Cpp_c06/"/>
<id>https://NoahBishop.github.io/2021/12/06/Cpp_c06/</id>
<published>2021-12-06T13:52:45.000Z</published>
<updated>2023-04-21T15:52:35.498Z</updated>
<summary type="html">
<h1 id="Generic-Algorithms"><a href="#Generic-Algorithms" class="headerlink" title="Generic Algorithms"></a>Generic Algorithms</h1><p>The
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch5) Sequential Containers</title>
<link href="https://NoahBishop.github.io/2021/12/05/Cpp_c05/"/>
<id>https://NoahBishop.github.io/2021/12/05/Cpp_c05/</id>
<published>2021-12-05T13:52:45.000Z</published>
<updated>2023-04-21T15:52:32.560Z</updated>
<summary type="html">
<h1 id="Sequential-Containers"><a href="#Sequential-Containers" class="headerlink" title="Sequential Containers"></a>Sequential
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch4) The C++ IO Library</title>
<link href="https://NoahBishop.github.io/2021/12/04/Cpp_c04/"/>
<id>https://NoahBishop.github.io/2021/12/04/Cpp_c04/</id>
<published>2021-12-04T13:52:45.000Z</published>
<updated>2023-04-21T15:52:28.265Z</updated>
<summary type="html">
<h1 id="The-IO-Library"><a href="#The-IO-Library" class="headerlink" title="The IO Library"></a>The IO Library</h1><h2
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch3) C++ Basic Features - Operators And Statements</title>
<link href="https://NoahBishop.github.io/2021/12/03/Cpp_c03/"/>
<id>https://NoahBishop.github.io/2021/12/03/Cpp_c03/</id>
<published>2021-12-03T13:52:45.000Z</published>
<updated>2023-04-21T16:34:51.207Z</updated>
<summary type="html">
<h1 id="C-Basic-Features-Operators-And-Statements"><a href="#C-Basic-Features-Operators-And-Statements" class="headerlink" title="C++ Basic
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch2) C++ Basic Features - Type</title>
<link href="https://NoahBishop.github.io/2021/12/02/Cpp_c02/"/>
<id>https://NoahBishop.github.io/2021/12/02/Cpp_c02/</id>
<published>2021-12-02T13:52:45.000Z</published>
<updated>2023-04-21T16:32:32.403Z</updated>
<summary type="html">
<h1 id="C-Basic-Features-Type"><a href="#C-Basic-Features-Type" class="headerlink" title="C++ Basic Features - Type"></a>C++ Basic Features
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
<entry>
<title>(ch1) Getting Started C++</title>
<link href="https://NoahBishop.github.io/2021/12/01/Cpp_c01/"/>
<id>https://NoahBishop.github.io/2021/12/01/Cpp_c01/</id>
<published>2021-12-01T13:52:45.000Z</published>
<updated>2023-04-21T16:00:56.416Z</updated>
<summary type="html">
<h1 id="Getting-Started"><a href="#Getting-Started" class="headerlink" title="Getting Started"></a>Getting Started</h1><p><em>This chapter
</summary>
<category term="技术" scheme="https://NoahBishop.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="C/C++ basic" scheme="https://NoahBishop.github.io/tags/C-C-basic/"/>
</entry>
</feed>