It's been 4 hours and I've made a lot of progress which doesn't yield the desired result.
You might think I'm talking about a video game but what I had in mind for the last four hours was more frustrating and not really that entertaining as video games.
I'm talking about my programming assignment.
The program, when done properly, should work as a phone book which stores a maximum of 3 contacts. The program will ask the user for the a name and contact number during run time. The functions to be implemented are Add, Delete and View function.
So far, I'm still on the Add function. It would've been simple if it was simple structures but the instructors specifically asked us to use Circularly Doubly Linked List. That way, the View function can work as a character select menu in video games.
I'm having trouble passing a structure to a linked list. And so, after 4 wasted hours, I finally Raged-quit.
...actually I'm closer to covering myself with my blanket and asking the world why am I such an incompetent and naive programmer?
This is one bad thing in college, it's every man for himself. Of course if you're well off then there's nothing to be worried about, but me...I've been struggling in the field of computer programming ever since I laid my eyes on the gcc compiler.
Anyway, I don't plan to continue it any further. My head hurts and I still have more to do.
Still the mere thought of not finishing a program and having to defend it orally to my instructor is just another reason for me to lament about my naivety.
Alright then, goodbye...for now.
Comments
Post a Comment