Date: Sun, 1 Aug 1999 11:46:40 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Iteration vs. Recursion... In-Reply-To: <7nvako$sh1$2@schbbs.mot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 31 Jul 1999 me AT here DOT com wrote: > Personally, I usually use if / else for up to 3 conditions, > and switch for 4 or more, and that's mainly because of > readability. You cannot use switch if the condition is something other than a comparison to a compile-time constant.