Re: Global var in Balance calculation
- From: Richard Heathfield <rjh@xxxxxxxxxxxxxxx>
- Date: Tue, 23 Jan 2007 09:42:20 +0000
CBFalconer said:
Maria Mela wrote:
Thks for your help... But to be more specific here´s one part of my
code...
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include <alloc.h>
#include <string.h>
<snip>
The above code is off-topic here, since conio.h and alloc.h are
non-standard.
I don't entirely agree, or at least I think your explanation is incomplete.
It is entirely possible that conio.h and alloc.h are user-defined headers
whose source the OP unaccountably forgot to include, which might well be
written entirely in ISO C.
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
.
- References:
- Global var in Balance calculation
- From: Maria Mela
- Re: Global var in Balance calculation
- From: Maria Mela
- Re: Global var in Balance calculation
- From: CBFalconer
- Global var in Balance calculation
- Prev by Date: Re: String concat using Recursion
- Next by Date: Re: Initialising Variables
- Previous by thread: Re: Global var in Balance calculation
- Next by thread: Re: Global var in Balance calculation
- Index(es):
Relevant Pages
|