85
edits
Changes
→Assignment 1
<h5>Compiling the program</h5>
g++ -std=c++0x -pg solver.cpp checks.cpp checksolution.cpp -o Sudokua a fileName -pg directs the compiler to include the executable code required for profiling. -o directs the compiler to name the executable a.
=== Assignment 2 ===
=== Assignment 3 ===