Skip to content

Commit 4cb955a

Browse files
committed
1
1 parent a1309b8 commit 4cb955a

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

web/page-ccs/base-config.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# CCS(Eclipse) 기본설정
1+
# CCS
22

3-
## 소스코드를 utf8로 저장
3+
## 기본 설정
4+
5+
### 소스코드를 utf8로 저장
46

57
![](base-config-utf8.png)

web/page-vs/cpp-build-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Visual Studio C++ 빌드 설정
1+
# C++ 빌드 설정
22

33
## C++ 소스 파일 경로에 따라서 obj 파일 생성 하기
44

web/page-vs/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Visual Studio Plugin
1+
# Plugin
22

33

44

web/page-vs/submenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SubMenu {
2323
this._Menu.addDataItem("/VisualStudio/nuget" , "./page.html?page=nuget");
2424
this._Menu.addDataItem("/VisualStudio/vcpkg" , "./page.html?page=vcpkg");
2525
this._Menu.addDataItem("/VisualStudio/기본 설정" , "./page.html?page=base-config");
26-
this._Menu.addDataItem("/VisualStudio/cpp 빌드 설정" , "./page.html?page=cpp-build-config");
26+
this._Menu.addDataItem("/VisualStudio/C++ 빌드 설정" , "./page.html?page=cpp-build-config");
2727

2828
this._Menu.getRootItem().setExpanded(true);
2929
this._Menu.makeTreeItems();

0 commit comments

Comments
 (0)