An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]

![image](https://github.com/user-attachments/assets/69512b4e-695e-49a8-866d-12f6ba6f34ef)

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
```