Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eric15342335/comp2113

www.cs.hku.hk/index.php/programmes/course-offered?infile=2023/comp2113.html
https://github.com/eric15342335/comp2113

bash c cpp cpp11

Last synced: 5 days ago
JSON representation

www.cs.hku.hk/index.php/programmes/course-offered?infile=2023/comp2113.html

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