Hello, for a homework assignment I need to download a .h, .cpp and .o (which I guess is called an object module?). I'm used to using Visual Studio Express for my programming, but I guess you can't access object modules in Visual Studio so I'm trying to compile them in UNIX (I use putty to connect to my school's server). My question is, how do I add files from my computer to the working directory of the UNIX shell? or alternatively, how do you run object modules in Visual Studio Express?