Sunday 26 February 2012

Sunday 19 February 2012

Team project R0.2

Today we held a meeting on IRC. We successfully split up the work and now the coding begins.

Friday 17 February 2012

Linked Lists

I don't understand linked lists at all. I will have to bug Fardad on Tuesday. Can't wait lol.

Tuesday 14 February 2012

Perl style array access

I remember from INT322 that you could access an element of the array by passing in a -1 for the last element. For example we have the array

int x[5] = {1,2,3,4,5}

if in perl we did x[-1] it would return 5. Using fardad's IntArr class as  a base coming up with a solution to this should not be difficult. I will update this when i get the solution. I hope

Monday 13 February 2012

I NEEDS SVN

Fardad handed out svn accounts today and i haven't gotten mine yet :(
Also the due date for the next part of the assignment cant be right so i will send him an email and ask him to fix it.

Sunday 12 February 2012

Waiting for New stuff

I wish Fardad would give us the next part of the assignment already. I will probably bring this up in class tomorrow along with a request for the svn accounts. When we get svn accounts i won't have to carry my code on a usb stick. I can't wait. Can you ???

Saturday 11 February 2012

String Length

After looking at Fardad's miniprint function I have decided to code "strlen" using pointer arithmetic. I hope it works properly because then it would mean that i fully understand pointer arithmetic. Also i cant wait to get my svn account and start coding the next part of the assignment.

Thursday 9 February 2012

Real syntax of main()

Interesting stuff ! I am going to walk through the printf that fardad wrote. Also found variable arguments interesting