Author | Message |
---|---|
alzayer13
Posts: 9
|
Posted 00:26 Jan 25, 2015 |
I couldn't get into mars server !! can anybody tell me how ?and which files we should upload there? thanks |
vnimnualrat
Posts: 6
|
Posted 01:39 Jan 25, 2015 |
Use Putty to log into mars.calstatela.edu using the username & password you got from the ITS desk. You're going to need to transfer util.c & utility.h into your folder. |
Rinchan7
Posts: 56
|
Posted 02:22 Jan 25, 2015 |
Can someone go over the steps we need to take? |
raywu64
Posts: 44
|
Posted 17:13 Jan 25, 2015 |
Here's what I did, I'm sure there's many ways: - install SSh There's a program that makes moving files easier and there's a command prompt for you to manipulate things. - move utility.h and util.c into your mars account using the file transfer program - compile the util.c to a util.o util.o is used as a link anytime you compile your lab.cpp file to a lab.exe file. I could have missed a step, hope it helps anyways. |
Rinchan7
Posts: 56
|
Posted 18:12 Jan 25, 2015 |
Thanks! |
alzayer13
Posts: 9
|
Posted 19:19 Jan 25, 2015 |
from where I can get util.c and util.h file ?! |
Rinchan7
Posts: 56
|
Posted 19:25 Jan 25, 2015 |
The class page: http://web.calstatela.edu/faculty/rpamula/cs370/cs370page.htm
|