Can anyone recommend an app on Google Drive for editing C ++ files?

I store my programming work in Google Drive. From home, I just access the google drive file on my computer, but I can't seem to do it from school.

Can anyone recommend an app for editing cpp files on Google Drive? Desirable free, bad college student and all.

I found drivecode but it doesn't work with cpp files and in header files it doesn't do markup.

Neutron Drive is similar to what I need, but it's not free.

Alternatively, any suggestions for another cloud based development platform I could use will work as well.

+3


source to share


3 answers


Insert google driver for use in single files

https://gist.github.com/
http://collabedit.com/



for a big project like above, start exploring mercury. you will need it professionally later.

+3


source


In light of the comments on the matter, I think the best option is to use a service like gitHub , mercurial , bazaar or svn , due to the version control on those platforms.



0


source


You can also try Google Code, but it's not as advanced as GIT and hopefully it's not blocked either. Plus, you already have a Google account, so you won't need to create a new account.

Google Code allows full editing capabilities online, but you can also create a repository using it and upload your code when you're ready to compile. You may need to learn a little about it before you can get started, but once you upload your code, you can edit it all right there, and it is automatically formatted as well, making it better than Disk.

If the Google code is actually locked, I also suggest trying GIT or some other service, but they are a little more advanced. Google Code has served me well for simple projects in the past.

Go to http://code.google.com

0


source







All Articles