+ 11
Mofey I've not had any personal experience with C++ on anything I've done professionally since the late 90s, so I'm not the best person for this question. I do recall the following articles from last year that might be of interest though. https://dropbox.tech/mobile/the-not-so-hidden-cost-of-sharing-code-between-ios-and-android https://dev.to/tanker/reacting-to-dropbox-another-take-on-cross-platform-c-development-42o0
18th Jun 2020, 11:55 AM
David Carroll
David Carroll - avatar
+ 6
Mofey Hmmm... Why do you need direct access over pointers? That's a pretty low level concern for which I've not personally needed access to in any of the business level application development I've done. Perhaps, it would be different if I was doing low level development where CPU / GPU intensive processes were involved. However, that's just not been a requirement in my personal experience. I've also not needed to make use of pointers in C#, my primary language of choice, for any of the wide use cases I've encountered in enterprise application development over the past two and a half decades. While C# has relatively limited pointer support compared to C/C++, it's just not a feature that I've needed to tap into.
18th Jun 2020, 12:54 PM
David Carroll
David Carroll - avatar
+ 5
Mofey also google and understand the concept of cross compiler, this is the concept that helps you understand the bigger picture of how applications compiled on one platform using a specific tool chain can run on a target platform.
18th Jun 2020, 5:42 PM
Mahesh
+ 3
A another concept that helps application developer not to worry on which platform his code will run is Dockers, do go thru it . If your application is built using Dockers it can run on any platform.
19th Jun 2020, 6:41 AM
Mahesh
+ 2
Mofey Go has pointers.
18th Jun 2020, 12:20 PM
Ore
Ore - avatar
+ 2
is it possible? i'd like because android studio is too heavy for my pc, dualcore
19th Jun 2020, 10:48 AM
Shaya Mario
Shaya Mario - avatar
19th Jun 2020, 4:14 PM
Mahesh
+ 2
In Android Studio you can use Java or Kotlin Language only..
20th Jun 2020, 6:36 AM
Milan Bhanushali
Milan Bhanushali - avatar
+ 1
No,its not possible to create android or IOS app using c++.
18th Jun 2020, 11:03 AM
Shankhui Lunghar
Shankhui Lunghar - avatar
+ 1
Check out Xamarin.Forms - using C# for the code behind and XAML for the UI, you can easily create cross platform apps in VS 2019 using a single shared code base. https://docs.microsoft.com/en-us/xamarin/get-started/what-is-xamarin-forms
20th Jun 2020, 8:16 PM
BFlav_Actual
BFlav_Actual - avatar
0
Someone should teach me how to code please
18th Jun 2020, 4:23 PM
Daniel Onekhana
Daniel Onekhana - avatar