
Similarities & Differences
Having used C# for quite a while now, the syntax of C++ is very similar in many ways. So much so that I'm actually halfway through the planned learning already. But there are some key differences as well. For example, there's the top-down approach of C++, whereby functions must at least be declared (if not completely defined) before the main function.

Its not a big thing to get used to, but a different approach to C# where functions can generally be defined in any order within a class, for example, and then referenced as necessary. And I'm sure there will be other differences as I go along. But for the most part, its not a difficult language to understand, and should be useful for some future projects.
I might actually have this finished sooner than I thought 🙂
Stay awesome,
EMH

HOW MOOVPAD IS BEING BUILT
For the overview of how MOOVPAD apps are being developed, the reasoning behind particular decisions during development, policies, and more in relation to all the technical things, please see the link to the left.
This will be an ongoing work in progress, and will always be linked to the bottom of each upcoming Blog post.