Moncol accounts.


R. Clayton (rclayton@monmouth.edu)
Thu, 20 Jul 2000 14:41:10 -0400 (EDT)


You all have moncol accounts. Your user id is the lower-case letter 's'
followed by your student id. Your default password is the first letter of your
last name, lower case, followed by the month of your birth as a two digit
number, followed by the day of your birth as a two digit number. For example
Yankee Doodle, who was born on the 4th of July, has default password "d0704".
You should change your default password to something else as soon as you log
in; use the passwd command.

Monmouth doesn't have dial-ins; you have to telnet into moncol.monmouth.edu,
either from Fort Monmouth, your ISP if you have one, or from machines on
campus.

If you have any problems, you can get in touch with the help desk at
helpdesk@monmouth.edu or at 571-3539.

There's a couple of things you need to take care of before your programs will
compile on moncol:

  cctype - moncol doesn't have <cctype>, use <ctype.h>

  .at() - the moncol STL doesn't have the .at() member functions for vectors
          and dequeues, use [] or iterators.

The c++ compiler is called cxx, the debugger is called ladebug. There are man
pages for both, but you've already seen pretty much everything you need to know
about running cxx in the submission replies you've received from me.



This archive was generated by hypermail 2.0b3 on Fri Aug 11 2000 - 15:25:05 EDT