Cse110_Lab1

View on GitHub

Introducing Tallis Dawson

Hey Gamers, If you want to skip to crochet: click here
I like programming!
Here are my favorite languages, ordered:

  1. C/C++
  2. Java
  3. ARM

Here’s some code I wrote lol:

void DoublyList::destroyList()
{ 	
    while (first != nullptr)
    {
        Node  *temp = first;
        first = first->getNext();
        delete temp;
		temp = nullptr;
    }

    last = nullptr;
	count = 0;
}

if you’d like to look at the repo readme, here it is:
readme

Crochet

I also crochet and recently crocheted a few things:

More abt the fun hat, it has a small pompom that you can only see from the back so I always say:

business in the front
turns around
party in the back

HAT: hat

Games 2 play

Here are my games to play today: