Right then. I have been assigned a task to create an SFML project to find the Convex Hull. For those of you who haven’t heard of this you’re not alone I didn’t know what it was until I looked into what it is. Basically its a gift wrapping problem. I Continue Reading
Password C++ Task
I have been tasked with setting up a password feature to access a database, while this is still very early stages I thought I would share the source code behind this simple login section. All it does at the moment is asked for a password with 3 attempts. The password Continue Reading