Message-ID: <006e01bfd5d8$69952ee0$0500007b@brk> From: "Johan Henriksson" To: "DJGPP mailinglist" Subject: Stack vs recursive functions Date: Wed, 14 Jun 2000 10:13:08 +0200 Organization: Real software MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id EAA08632 Reply-To: djgpp AT delorie DOT com from: Johan Henriksson, Sweden jhe AT realsoftware DOT cjb DOT net Leadprogrammer at http://realsoftware.cjb.net ------------------------------------------------------------------------------------------------------ Hi! I wonder how many recursive levels I can have with a function that takes about 6 ints as parameters and have 2 ints as local variables? The size of the function shouldn't matter, right? Oh, and if you could give me the size of the stack so I might calculate it myself in the future, that would me nice as well. TIA!