E
E
e-niko-e2020-03-31 20:37:15
IDE
e-niko-e, 2020-03-31 20:37:15

How to build a working environment for iPad for C++ programming?

In the yard of 2020, Apple has rolled out a new update for iPadOS with mouse support out of the box. As a matter of fact, the power of apple hardware in the iPad Pro (albeit 17 years old) + the features of the new system update are tempting to write code on this miracle device. One question arises, how to do it?
Task: I would like to program in C++ directly on the ipad offline, having the ability to debug the program and the ability to work with git. Vim comes to mind, which is in the AppStore, but how do you set it up for such tasks?

Update: in this case, is it possible to deploy a remote server on my PC, set up vim there, and somehow work with this combine through the network using an ipad?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Zhilin, 2020-04-01
@Anton3

All programs that allow you to compile code on mobile devices, especially on the iPad, actually send the code for compilation to one of the popular services. They allow you to compile only toy, educational programs, and are not suitable for multi-megabyte and gigabyte assemblies.
To program via iPad on the go, I recommend TeamViewer or equivalents. Of course, a stable, high-speed Internet connection is important here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question