This, then your login is your CSE username in the form: abcd123PuTTY is the software you're looking for. Connect to the address: cse.unsw.edu.au
inline editing (especially with vi) isn't that bad if you compile from within your editor. in vi, ':!gcc file.c -o exe' will do it (and then be in your vi history for next time).</username> another option [on windows] is using dokanssh to make your cse space appear as a hard drive.<username>vi < filename>.c
...
you could just write the program in notepad++, then copy it using scp
(scp < filename> < username >@login.cse.unsw.edu.au:< location >)
and then compile/run it using ssh
it's a lot easier doing it this way than trying inline editing over ssh