This is a winter cs camp held in National Chengchi University on 2024/1/31 ~ 2024/2/2. The main purpose is to let the students know about what you should learn before you choose computer science as your majority.
Computers | Pre-installed softwares |
---|---|
Windows | Powershell or CMD |
Mac | Iterm2 |
Schedule's link here
-
Slides's link here
-
課程內容所需之套件
- 字型下載: MesloLGS NF Regular
- Iterm2: 下載連結
- Brew: 下載連結
- upload: 上傳設計圖
-
開啟虛擬機設定
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
-
安裝 Oh-my-zsh
wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh sh install.sh
-
安裝 Power10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k sh install.sh
-
Slide's link here
-
Practice1
git clone https://github.com/bear7066/unix_practice
-
Slide here
- Class of C++ beginner
- Slide here
- Class of C++ advancer
- Slide here
- 語法概要
- 進階C++語法
- Pointer(含pointer問答+實作2)
- Vector
- 課後自主學習資料/補充資料
- OOP基本概念
- Makefile
- Final實作大禮包
- 課後自主學習資料/補充資料
- Bingo: 題目
- Slide here
- Slide here
- slide here