1234567891011121314151617181920212223242526272829303132333435363738 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Programming in C and C++ -- 2020/21 -- Supervision 3</title>
- </head>
- <style>
- code, pre {
- font-size: 1.2em;
- color: darkslateblue;
- }
- </style>
- <body>
- <h1>Programming in C and C++ (2020/21)<br/>Supervision 3</h1>
- <p>The third supervision is generally for spillover from the second one, and revision.</p>
- <p>For revision, the following should cover a lot of ground and should not take you very long (ignore any repeated/overlapping questions).</p>
- <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y1995p6q5.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y1995p6q5.pdf</a></p>
- <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2009p3q1.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2009p3q1.pdf</a></p>
- <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2011p3q3.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2011p3q3.pdf</a></p>
- <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2012p3q3.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2012p3q3.pdf</a></p>
- <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2015p3q2.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2015p3q2.pdf</a></p>
- <p>As for more practical exercises, I suggest these. Don't feel like you have to do all of them if you don't have time, but aim for at least two.</p>
- <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y1997p5q5.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y1997p5q5.pdf</a></p>
- <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2007p3q4.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2007p3q4.pdf</a></p>
- <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2010p3q6.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2010p3q6.pdf</a></p>
- <p><a href="https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2014p3q3.pdf">https://www.cl.cam.ac.uk/teaching/exams/pastpapers/y2014p3q3.pdf</a></p>
- </body>
- </html>
|