delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/09/27/22:22:07

X-Originating-IP: [24.169.88.178]
From: "Timothy M Boronczyk" <bluephoenixbeta AT hotmail DOT com>
To: djgpp AT delorie DOT com
Subject: Re: Unit Programming
Date: Fri, 27 Sep 2002 22:21:47 -0400
Mime-Version: 1.0
Message-ID: <F198RlnAYdDXVRfnbFY00008ef6@hotmail.com>
X-OriginalArrivalTime: 28 Sep 2002 02:21:47.0635 (UTC) FILETIME=[CBDF1430:01C26695]
Reply-To: djgpp AT delorie DOT com

>From: "ChaoTix" <patrick DOT brouwer AT c-a-t DOT nl>
>
>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 <iostream>
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019