One of my first posts to this website is explaining the IDE I use and that was and still is: NetBeans, but I now use a second IDE as well and that IDE is called Code Blocks. With code blocks, you can make UI’s (User Interfaces easier) as well as Continue Reading
A simple clock in C++
As stated in the previous post I made two version of this clock on in C and one in C++ this is the C++ version.
A simple clock in C
So My goal was to make a simple clock in C++ but I had also been advised to use C so I have made two clocks that do the exact same thing. This is the C version and the next post is the C++ version.