Return-Path: william@bourbon.usc.edu Delivery-Date: Wed Aug 27 14:08:27 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on merlot.usc.edu X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from bourbon.usc.edu (bourbon.usc.edu [128.125.9.75]) by merlot.usc.edu (8.14.1/8.14.1) with ESMTP id m7RL8RTd017567 for ; Wed, 27 Aug 2008 14:08:27 -0700 Received: from bourbon.usc.edu (localhost.localdomain [127.0.0.1]) by bourbon.usc.edu (8.14.2/8.14.1) with ESMTP id m7RLEwSN012233 for ; Wed, 27 Aug 2008 14:14:58 -0700 Message-Id: <200808272114.m7RLEwSN012233@bourbon.usc.edu> To: cs551@merlot.usc.edu Subject: Re: cs551: warmup project 1 Date: Wed, 27 Aug 2008 14:14:58 -0700 From: Bill Cheng Someone wrote: > Can we use "getopt()" function for parsing the commandline arguments? Is > it up to us how rudimentary the code we use or we can add packages? You can use such a library. In general, if a library is part of nunki, it's perfectly fine to use it, unless it's explicitly prohibited. If you want to use a 3rd-party library that you can download from the Internet, you just need to make it very clear where you got it from, as explained in the first lecture. -- Bill Cheng // bill.cheng@usc.edu