COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
Loading...
Searching...
No Matches
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:

g++ -pedantic-errors -std=c++11
your_program.cpp