<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE250%3Alab-4%3ATsen009</id>
	<title>SE250:lab-4:Tsen009 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kram.nz/index.php?action=history&amp;feed=atom&amp;title=SE250%3Alab-4%3ATsen009"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE250:lab-4:Tsen009&amp;action=history"/>
	<updated>2026-04-28T19:44:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.kram.nz/index.php?title=SE250:lab-4:Tsen009&amp;diff=5996&amp;oldid=prev</id>
		<title>Mark: 5 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE250:lab-4:Tsen009&amp;diff=5996&amp;oldid=prev"/>
		<updated>2008-11-03T05:19:33Z</updated>

		<summary type="html">&lt;p&gt;5 revision(s)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
Well the the point of the lab was to follow the lab tasks really.... so stop beeing lazy, and go read the hand out and figure out which task is which &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===int length(Cons* list)===&lt;br /&gt;
&lt;br /&gt;
  int length(Cons* list){&lt;br /&gt;
 	&lt;br /&gt;
      int lengthCounter = 0; &lt;br /&gt;
 	 for( ; list != nil; list = list-&amp;gt;tail ) {&lt;br /&gt;
 	     lengthCounter ++;&lt;br /&gt;
 	 }&lt;br /&gt;
 	&lt;br /&gt;
 	 return lengthCounter;&lt;br /&gt;
      &lt;br /&gt;
  }&lt;br /&gt;
this will return the number of elements in your list that you input...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===element_t first&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>