> >What does the argv[#] command do? > >What does the argc command do? > > argv[] and argc are not commands, they are variables passed to a program's > (any program, not just circlemud) main() routine by the operating system's > shell. argc is the number of command line arguments typed, and argv[] is an > array holding all the arguments. I don't mean to be terribly rude here, but I feel inclined to point out that this is something that you should already know BEFORE you muck around with the code. I think your foresight is admirable, locating something new and wanting to know what it is/does, but I think you will find your greatest gains by learning how to program, before you attempt something that is as complicated as CircleMUD. PjD -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT