<?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-7%3Atsen009</id>
	<title>SE250:lab-7: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-7%3Atsen009"/>
	<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE250:lab-7:tsen009&amp;action=history"/>
	<updated>2026-06-08T20:56:04Z</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-7:tsen009&amp;diff=7901&amp;oldid=prev</id>
		<title>Mark: 14 revision(s)</title>
		<link rel="alternate" type="text/html" href="https://wiki.kram.nz/index.php?title=SE250:lab-7:tsen009&amp;diff=7901&amp;oldid=prev"/>
		<updated>2008-11-03T05:20:22Z</updated>

		<summary type="html">&lt;p&gt;14 revision(s)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;lol... stop stealing my CODEZ!!!&lt;br /&gt;
&lt;br /&gt;
=LAB 7=&lt;br /&gt;
&lt;br /&gt;
==Startup==&lt;br /&gt;
&lt;br /&gt;
the lab-7.c code needed to be compiled and run... found out that it cant be done through Emacs the hard way. after hours (lol, well im allowd to exagurate) of messing around, i figured out that it needs to be done through the Cygwin. sadly enuff, by this time, its almost at the end of the lab, so i stoppd there... &lt;br /&gt;
&lt;br /&gt;
The End...&lt;br /&gt;
&lt;br /&gt;
hehe just kidding... :P&lt;br /&gt;
&lt;br /&gt;
following gets you to your working directory on cygwin&lt;br /&gt;
 cd /cygdrive/h/.../lab7/&lt;br /&gt;
&lt;br /&gt;
compile&lt;br /&gt;
 gcc lab-7.c -o lab7 &amp;amp;&amp;amp; ./lab7&lt;br /&gt;
&lt;br /&gt;
riight, thats all the bash shell for dummies done... lets move on...&lt;br /&gt;
&lt;br /&gt;
==Playing Around==&lt;br /&gt;
&lt;br /&gt;
Yeah, it was fun playing around the tree...&lt;br /&gt;
&lt;br /&gt;
 Did You know? that if you Insert multiple words, they come out as a tree in here? lol...&lt;br /&gt;
&lt;br /&gt;
hah...&lt;br /&gt;
&lt;br /&gt;
 ITS MAGIC I TELL YOU!!!!&lt;br /&gt;
&lt;br /&gt;
== Tasks (Paying Around continued)==&lt;br /&gt;
Problem #01 Found&lt;br /&gt;
&lt;br /&gt;
well, nothing much to record here. followed through the lab tasks, and am confident on how to use those commands etc... so that is all from me today...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==problems==&lt;br /&gt;
===1===&lt;br /&gt;
right... i openly say that this code is badly written, and horrible...&lt;br /&gt;
&lt;br /&gt;
 &amp;gt;i 1&lt;br /&gt;
 &amp;gt;i 2&lt;br /&gt;
 &amp;gt;i 3&lt;br /&gt;
 &amp;gt;i 10&lt;br /&gt;
&lt;br /&gt;
we would expect&lt;br /&gt;
&lt;br /&gt;
 1&lt;br /&gt;
 ..2&lt;br /&gt;
 ...3&lt;br /&gt;
 ....10&lt;br /&gt;
&lt;br /&gt;
but we get&lt;br /&gt;
&lt;br /&gt;
 ..10&lt;br /&gt;
 1&lt;br /&gt;
 ..2&lt;br /&gt;
 ...3&lt;br /&gt;
&lt;br /&gt;
meaning 10 &amp;lt; 1&lt;br /&gt;
 *PHAIL*&lt;br /&gt;
&lt;br /&gt;
==Conclution==&lt;br /&gt;
&lt;br /&gt;
 1 &amp;gt; 10&lt;br /&gt;
&lt;br /&gt;
that is all...&lt;/div&gt;</summary>
		<author><name>Mark</name></author>
	</entry>
</feed>