Skip to content

ENGN2912B-2018/ex03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Classroom examples from Lecture 03

The following are the build commands used to demonstrate compiling C++ code examples. These lines should be executed on the Linux shell with the GNU Compiler Collection (GCC) installed.

generate executables for each program

g++ -o ex03p1 ex03p1.cpp

g++ -o ex03p2 ex03p2.cpp

example usage

./ex03p1 -1 0 1

./ex03p2 -1 0 1

./ex03p2 2 4 8 10 3.141592563589

About

Classroom example code from Lecture 03

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages