N
N
Nikolay Sinyov2016-11-29 17:03:49
virtual box
Nikolay Sinyov, 2016-11-29 17:03:49

Is remote programming of C++ programs possible?

There is a project written in C++ for windows. I myself use purely Unix systems.
Installed Virtualbox. Installed Windows. Set up a working environment for the VM.
The question is: "Can I write, auto-complete, remotely build and execute code on a virtual machine on the host machine?".
At the moment, you have to work in the working environment of a virtual machine, which entails many inconveniences: disgusting windows fonts and their anti-aliasing, endless switching from VM to Host machine, etc.
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Saboteur, 2016-11-29
@NickSin

Set up a build system on Windows, for example, install Jenkins, set it to automatically build and run the product on every commit in git (or even on a specific git branch), and work in *nix.
When you commit on a trigger, Jenkins will start and execute everything, up to the fact that you will only read the logs. Depends on your application.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question