Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!brunix!sdm From: sdm@cs.brown.edu (Scott Meyers) Newsgroups: comp.lang.c++ Subject: Little Questions Message-ID: <22797@brunix.UUCP> Date: 13 Dec 89 18:39:51 GMT Sender: news@brunix.UUCP Reply-To: sdm@cs.brown.edu (Scott Meyers) Organization: Brown University Department of Computer Science Lines: 13 A couple of brief questions: 1. What is the difference between the CC options -F and -Fc? 2. What is the difference between the following declarations: extern void foo(int, float); void foo(int, float); Thanks for enlightenment, Scott sdm@cs.brown.edu