I'm currently taking a beginning class on C++. The professor is all gung-ho about IDEs; I am not. Fine and well. The problem is that he wants all assignments turned in using the Solutions that MS Visual Studio 2010 creates. I only have Ubuntu at home.
Now, there are two things I can do already: First, I can just do my homework at my school's computer lab. Or, second, since the assignments are simple, I could just make my .cpp and header files on a text editor at home, bring them to the computer lab, and make the Solutions there.
What I am wondering: is there a way I can not only read the solution folders (which there seem to be some complicated methods for) but also store them in the format that Visual Studio likes? If there is, would it save me the 20 - 30 minutes per class period that going to the computer lab would cost me?
Thanks.