I have a pi zero that I have to develop a project for. Unfortunately the Pi has to be remote so it isn't the best, hardware and input wise, to develop on. I can do SSH and I can do samba and even teamviewer so I was wondering...
I need to develop a C++ project on it. What would be the ideal way of doing this? My main computer is running windows 10.
I was thinking maybe editing the source files in, say... notepad++, saving them via samba, and just building it on the raspberry via ssh.
But maybe there is a better way that allows me to use an IDE and just upload executables? Thanks.
sshfsmount on the localhost from the raspberry pi, and work directly on the files on the pi, right through my IDE. I am however not entirely sure that Windows supports an sshfs mount, but it's worth a look. – stevieb Oct 31 '17 at 15:32