Know C++ - want to do mobile development

3 replies
Hello,

I have been learning C++ in school and know the basic aspects of it. I want to start developing cross-platform mobile applications and was wondering how I can take advantage of this knowledge.

What is the best way to develop mobile applications with C++?

I have noticed that you can do it with Visual C++ on Visual Studio, however, I could not find many tutorials on how do start diving into that. I also see that Xamarin can be used to do cross-platform development, but I do not know C#.

What are everyone's thoughts on that?
#development #mobile
  • Profile picture of the author Dawid Novak
    You can build native C++ apps for iOS, Android and Windows devices, and share common code in libraries built for iOS, Android, and Windows, by using Visual C++ for Cross-Platform Mobile Development. This is an option available in Visual Studio 2015 that installs the SDKs and tools you need for cross-platform development of shared libraries and native apps. When it's installed, you can use Visual C++ to create code that runs on iOS and Android devices and platforms, in addition to Windows, Windows Phone, and Xbox.
    Writing code for multiple platforms can be frustrating. The primary development languages and tools for iOS, Android, and Windows are different on each platform. However, all platforms support writing code in C++. This is the common denominator that you can use to enable reuse of core code across platforms. Native code written in C++ can be both more performant and resistant to reverse engineering. Code reuse can save both time and effort when creating apps for multiple platforms. Read also https://lunapps.com/blog/9-important...elopment-tips/
    {{ DiscussionBoard.errors[10668849].message }}
  • Profile picture of the author ratnakala7
    Hello

    This is Divyang from Ratnakala Software Pvt.ltd.
    we are mobile application development company.

    have you any work regarding our skill then please contact us.

    our skype : ratnakala_software
    {{ DiscussionBoard.errors[10672174].message }}
  • Profile picture of the author rmmfree
    I would learn Swift 2. It's quite similar to what you already know and let's you create native iOS apps. In my experience iOS is more profitable than Android in terms of apps monetization.
    {{ DiscussionBoard.errors[10698373].message }}

Trending Topics