Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!pacbell.com!ucsd!nosc!baron!ryptyde!mcohan From: mcohan@ryptyde.UUCP (Max Cohan) Newsgroups: comp.lang.c++ Subject: Question of ettiquete Message-ID: <6@ryptyde.UUCP> Date: 28 May 91 06:47:26 GMT Reply-To: mcohan@ryptyde.UUCP (Max Cohan) Distribution: usa Organization: Ryptyde Timesharing Lines: 14 I've seen programs that put code in their headers... IE as the program is being defined: Class SomeClass int SomeClass::ShowMe { return (someInt) }; } oh well, this is my first post, and I'm not too familiar with vi at that, but you get the idea... Is this ok, Borland C++ in DOS accepted it so I assume it's Legal, but do any of you suggest doing it?