Question:
if you want two people to work on the same c++ project then how do you go about it?
modulo_method
2012-04-28 14:36:46 UTC
we need to be able to change it from seperete computers. should we use an msn to transfer files back and forht
Four answers:
2012-04-28 14:53:18 UTC
You should be using a repository such as "git", or "subversion". There are many others(Mercurial, CVS, etc..), but I suggest you start with subversion because its easiest to manage.



Try this SVN Tutorial: http://www.youtube.com/watch?v=6jP6k71qe0c



Git:

http://git-scm.com/

http://en.wikipedia.org/wiki/Git_(software)

Subversion:

http://subversion.apache.org/

http://en.wikipedia.org/wiki/Subversion



You can look here for a project hosting site: http://en.wikipedia.org/wiki/Comparison_of_open_source_software_hosting_facilities

most of these sites are for opensource projects, you can also host them on your own computer.
Isaac
2012-04-28 21:38:18 UTC
Try using dropbox. It lets you and other people be in the same folder if you invite them, and any changes they made to a file will be updated on your computer.
Doug
2012-04-28 21:54:17 UTC
For the love of god, please don't use Dropbox.





There are version control systems to address just this kind of problem. One is Subversion and the other one is Github. There are many more platforms out there.
coolmom
2012-04-28 21:44:40 UTC
u can also use teamviewer to see each other work


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...