https://github.com/eric15342335/comp2113
HKU 2023 Semester 2 COMP2113[B/C] , https://eric15342335.github.io/comp2113
https://github.com/eric15342335/comp2113
bash c cpp11 linux makefile
Last synced: 3 months ago
JSON representation
HKU 2023 Semester 2 COMP2113[B/C] , https://eric15342335.github.io/comp2113
- Host: GitHub
- URL: https://github.com/eric15342335/comp2113
- Owner: eric15342335
- Created: 2024-02-02T15:20:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T14:28:01.000Z (over 1 year ago)
- Last Synced: 2026-03-24T14:08:59.856Z (3 months ago)
- Topics: bash, c, cpp11, linux, makefile
- Language: C++
- Homepage: https://www.cs.hku.hk/index.php/programmes/course-offered?infile=2023/comp2113.html
- Size: 34.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]

Important: We will be using the C++ 11 standard, so make
sure that your compiler option is set appropriately. We
suggest to use the following command to compile your C++
program in Linux:
```shell
g++ -pedantic-errors -std=c++11
your_program.cpp
```