Where do I save my C code on Ubuntu

351 views Asked by At

I am a complete beginner as far as Programming is concerned. I used to practice coding on Codeblocks in Windows 10 and used to save the code on Evernote so that it can be accessed everywhere. Now I moved to Ubuntu (Dual Boot) and I use Eclipse here. Is there any place where I can save the code so that I can access it on my Windows OS?

2

There are 2 answers

0
meda On BEST ANSWER

You should be using a hosted Version Control System.

Evernote is for notes.

0
Arduino_Sentinel On

If its just the matter of accessing it on your local windows machine, then save your codes on simple accessed folder and use Linux reader on your windows machine to access them, else use VCSs as suggested above