C++

#CodingResolutions: Strings and the RegExpDemo Sample App

Author: Rebekah D In this installment of the #CodingResolutions series, let’s take a look at Strings and how to manipulate them. While today still has a fair amount of reading, we’ll finish off by playing with a sample application that demonstrates String validation.  Prerequisites:  You should already have downloaded and installed either the RAD Studio 30 Day FREE Trial, Delphi Community…
Read more
C++

#CodingResolutions: Your First Mobile App

Author: Rebekah D Welcome back to the #CodingResolutions series!  In this post, we’re going to make sure we have our developer environment set up for Android Development, and then create our first Android app in either C++ or Delphi.  Prerequisites:  You should already…