Day 16/100 100 Days of Code
Info Hunter

AKA Chris, is a software developer from Athens, Greece. He started programming with basic when he was very young. He lost interest in programming during school years but after an unsuccessful career in audio, he decided focus on what he really loves which is technology.
He loves working with older languages like C and wants to start programming electronics and microcontrollers because he wants to get into embedded systems programming.
I spend the coding session cleaning the project from needed lines of code and looking for bugs. I ended up finding a bug where if there were multiple URLs, then, the last one only was being executed.
I tried to create a vector to push back threads into it but had a linker error because I didn't initialize it. I got stuck because I was unsure how to initialize a vector of thread objects.
So, for the next session, I must find a solution to this thread issue.




