Re: Global var in Balance calculation



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.
.



Relevant Pages

  • Re: Float comparison
    ... snip ... ... trying to get an exact definition of them. ... speaking of the usual fp-system which normalizes everything in ... Chuck F (cbfalconer at maineline dot net) ...
    (comp.lang.c)
  • Re: How do I convert an int to binary form?
    ... pete wrote: ... snip ... ... The first time that our friend CBFalconer ... I can't recall any words from that thread to google on though. ...
    (comp.lang.c)
  • Re: c++ calling c functions
    ... CBFalconer writes: ... snip ... ... the headers. ... You can't invert this and generate normal C++ ...
    (comp.lang.c)
  • Re: Alignment, Cast (more about structs...)
    ... snip ... ... which would require a universal alignment multiple of 12. ... That was not a 2 byte int, ... Chuck F (cbfalconer at maineline dot net) ...
    (comp.lang.c)
  • Re: Simple allocation of two buffer on AMD64
    ... Whether it's one overly-long sig or two shorter ones doesn't ... how to snip he sure doesn't like to listen to his own advice - which in ... My excuse is that I ignore it for a while (in the order ... Chuck F (cbfalconer at maineline dot net) ...
    (comp.lang.c)