The text of this article is not in this database — only its details are. Read it on the old site: Debugging C++ Code on Android With Visual Studio 2015
8 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Guest UserPosted Jan 6, 2015, 2:06 AM
Android programming is in Java. I was under impression that VS2015 integrates Apache Cordova for converting C# code to run on Android. Please explain is C++ output being transformed into Java using Apache or something else? Otherwise good job! Keep it up!
Praveen KumarPosted Jan 5, 2015, 11:15 PM
Nice Rizwan!!!
Rizwan AliPosted Jan 5, 2015, 10:39 PM
ok thanks for information sir Sam Hobbs
Sam HobbsPosted Jan 5, 2015, 8:25 PM
Cross-platform actually refers to platforms, not languages. In this context, platforms are either processors or operating systems. So an example of a cross-platform environment is a Windows desktop PC used to develop a program that goes into a microprocessor for a washing machine. Cross-platform refers to the output of the compiler, such as the processor machine instructions, not the language that goes into the compiler.
Sam HobbsPosted Jan 5, 2015, 8:18 PM
Young developers have the impression that computers and computer languages were very primitive in the days before Windows. C++ was not the first OOP language; Smalltalk is famous for having OOP and that was before C++.