It's very probable you have an underprivileged account, and may not have read access. Do they want you & your mates reading the class swat's homework & copying it? Get a usb drive, back up to that, and ask your lecturer for a copy.
I would also point out that
Code:
cp ~teacher/data/csis296/asst0/coin.cpp C:\Users\Owner\Desktop
is using a unix command (cp) and an M$ windows directory on the same line, which is dim. Don't mix '/' and '\' for directories either. What OS are you in?