There is no way to bring my Windows C++ code over to both Android and iOS easily, isn't it?
My C++ code is mainly only vectors, strings and such "light" stuff, it doesn't have anything to do with graphics.
I thought since C++ is kind of universal, there might be a tiny chance that I could somehow get it to work.
I guess C++ depends on the VS2010 C++ runtime, and therefore I have to write it completely anew, right? Using XCode for iOS and Java for Android...
I guess that is so but perhaps somebody else is more up to date than I am.