Computer science and IT assignments

February 3, 2020

eCash

Submit your source codeof your solution. You mustdo this homeworkindividually.[100 points]This programming assignment is based on the protocol number 4 (Chapter 6.4 Digital Cash), described in […]
February 2, 2020

C Debugging

Help me debug the proxy code in c in the file uv_proxy_busted.c.  It uses libuv.  There are 3 missing frees.  There are a couple logic flaws […]
February 2, 2020

CMSC330 Project1

Please see attached documents for assignment instructions; The information below was given by the professor.  Thank you for your assistance in this matter. Wanted to add […]
February 1, 2020

Project 0

Step 3: Complete the Stack classThe Stack class implements a templated, linked list-based stack. Complete the class by writing the copy constructor, destructor, and assignment operator. […]