X-Originating-IP: [24.169.88.178] From: "Timothy M Boronczyk" To: djgpp AT delorie DOT com Subject: Re: Unit Programming Date: Fri, 27 Sep 2002 22:21:47 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 28 Sep 2002 02:21:47.0635 (UTC) FILETIME=[CBDF1430:01C26695] Reply-To: djgpp AT delorie DOT com >From: "ChaoTix" > >Hi all, > >I am new to DJGPP and Allegro, and I want to create a VERY simple >>SNIP<< I'm not quite sure I know exactly what you're trying to do; I'm a newbie to this... but what I've done in a project I'm currently working on may help. Try: #include using namespace std; int function_name() { // function operations return 0; } int main() { function_name(); return 0; } Hope it helps. :) -Tim _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com