forked from aaronbloomfield/pdr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 3.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>PDR: Laboratory 12: Course Conclusion</title>
<style type="text/css">code{white-space: pre;}</style>
<link rel="stylesheet" href="../../markdown.css" type="text/css" />
</head>
<body>
<h1 id="pdr-laboratory-12-course-conclusion">PDR: Laboratory 12: Course Conclusion</h1>
<p><a href="../index.html">Go up to the Labs table of contents page</a></p>
<h3 id="objective">Objective</h3>
<p>To wrap up the course!</p>
<h3 id="background">Background</h3>
<p>All of CS 2150.</p>
<h3 id="readings">Reading(s)</h3>
<ol style="list-style-type: decimal">
<li>War and Peace</li>
<li>Les Misérables</li>
<li>Another <a href="http://en.wikipedia.org/wiki/List_of_longest_novels">really long book</a> of your choice.</li>
</ol>
<h2 id="procedure">Procedure</h2>
<h3 id="pre-lab">Pre-lab</h3>
<ol style="list-style-type: decimal">
<li>Read the <a href="../../tutorials/12-objc/index.html">Objective C tutorial</a>; you will need to download the <a href="../..//tutorials/12-objc/helloworld.m.html">helloworld.m</a> (<a href="../..//tutorials/12-objc/helloworld.m">src</a>) file, and submit a linkedlist.m file (the description of what to put in that file is in the tutorial).</li>
<li>Write the Objective C program described in the "Hack Some Objective C code" section of the tutorial, which implements a singly-linked list.</li>
<li>Files to download: <a href="../..//tutorials/12-objc/helloworld.m.html">helloworld.m</a> (<a href="../..//tutorials/12-objc/helloworld.m">src</a>) .</li>
<li>Files to submit: linkedlist.m; if your program uses multiple .m or .h files, that's fine. There is no Makefile submitted with this lab.</li>
</ol>
<h3 id="in-lab">In-lab</h3>
<ol style="list-style-type: decimal">
<li>While we are required to have you show up to lab today, we won't be taking up much of your time.</li>
<li>However, note that you still have to attend lab in Olsson 001 (or Rice 340), however briefly, and submit your file for this lab from there.</li>
<li>How much wrath do you have to vent about the course? How much did it ruin your life? How much did you learn? Let us know -- fill out the course surveys! You can access them through Collab (or SIS? We aren't actually given any information about how students access the course evaluations). On a more serious note, we are very interested in your feedback about the course, and would greatly appreciate your filling out of the course evaluation.</li>
<li>The one text file you must submit for this lab is called suggestion.txt, and it should contain one <em>constructive</em> suggestion as to how to improve this course. Here, constructive means that it could actually be accomplished (so you can't just say "ditch C++" without some sort of suggestion as to what to place in its stead).</li>
<li>Any other comments to pass on? There is always the Collab anonymous feedback for more comments as well.</li>
<li>There will be a review session for the final; details to be announced later.</li>
<li>Make sure you know when the final exam is!!!</li>
<li>File to submit: suggestion.txt</li>
</ol>
<h3 id="post-lab">Post-lab</h3>
<p>There is no post-lab for this lab. Good luck on your finals!</p>
</body>
</html>