Skip to content

Commit 94dc913

Browse files
authored
Add Korean book (#11155)
* Add Korean book.md * Update free-programming-books-ko
1 parent d1e5603 commit 94dc913

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

books/free-programming-books-ko.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* [Assembly Language](#assembly-language)
55
* [AWK](#awk)
66
* [C](#c)
7+
* [C#](#csharp)
78
* [C++](#cpp)
89
* [Docker](#docker)
910
* [Elastic](#elastic)
@@ -57,11 +58,18 @@
5758

5859
### C
5960

61+
* [모두의 C언어](https://thebook.io/006989/) - 이형우
6062
* [씹어먹는 C](https://github.com/kev0960/ModooCode/raw/master/book/c/main.pdf) - 이재범 (PDF)
63+
* [코딩 자율학습 나도코딩의 C 언어 입문](https://thebook.io/007139/) - 나도코딩
6164
* [BeeJ's Guide to Network Programming - 인터넷 소켓 활용](https://blogofscience.com/Socket_Programming-KLDP.html)
6265
* [C 프로그래밍: 현대적 접근](https://wikidocs.net/book/2494) - K.N.King, `trl.:` 주민하
6366

6467

68+
### <a id="csharp"></a>C#
69+
70+
* [C# 교과서](https://thebook.io/006890/) - 박용준
71+
72+
6573
### <a id="cpp"></a>C++
6674

6775
* [씹어먹는 C++](https://github.com/kev0960/ModooCode/raw/master/book/cpp/main.pdf) - 이재범 (PDF)

0 commit comments

Comments
 (0)