Mail Archives: djgpp/2002/09/27/22:22:07
>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 -