Showing results for iOS - C++ Team Blog

Apr 18, 2017
25
1

Android and iOS development with C++ in Visual Studio

Rong Lu
Rong Lu

When it comes to building mobile applications, many developers write most or a part of the apps in C++. Why? Those who are building computationally intensive apps such as games and physics simulations choose C++ for its unparalleled performance, and the others choose C++ for its cross-platform nature and the ability to leverage existing C/C++ libra...

C++
Jun 4, 2015
1
0

Developing cross-platform iOS applications using Visual Studio

Ankit Asthana
Ankit Asthana

C++ is a popular high-level programming language available for all mobile devices running iOS, Android and or Windows. There are many factors driving the use of C++ for these mobile platforms ranging from code-reuse to run-time performance. Many platform defining applications available across these platforms such as Office, Skype, and Dropbox have ...

C++
Apr 29, 2015
0
0

What’s new with C++ cross-platform development with VS 2015 RC

Ankit Asthana
Ankit Asthana

Continuing our investment in Visual C++ cross-platform mobile, starting with VS2015 RC (download here) we are pleased to announce support for building iOS applications using Visual Studio. Our iOS targeting story is definitely work in progress, and this feature enablement shares our current line of thinking. Over the next few releases we will ...

C++