General Coding Projects

Rule Of Five – C++

Hello and Welcome to my blog! To keep my skills sharp while I am looking for work, I have been reviewing what I have learned at college. Today I reviewed the Rule of Five in C++. The rule of five is the programming pattern that states when a class implements any of the following functions, …

0 comments

Reversing Words Order in C++ and Using CMake

Saw this challenge in a job posting, thought I would give it a try. I also set up CMake for the first time to build this project. It worked great. I was able to create the program on my windows machine using the command line as I wanted. I think I like Linux Make a …

0 comments