delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/07/15/14:31:55

From: "Betelgeuse" <iam@[removethis]cadvision.com>
Newsgroups: comp.os.msdos.djgpp
Subject: Not quite sure
Date: Sat, 15 Jul 2000 12:09:28 -0700
Lines: 20
X-Newsreader: Microsoft Outlook Express 4.72.3110.1
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
NNTP-Posting-Host: 207.148.138.179
X-Original-NNTP-Posting-Host: 207.148.138.179
Message-ID: <3970aaf1_4@news.cadvision.com>
X-Trace: 15 Jul 2000 12:18:25 -0700, 207.148.138.179
Organization: CADVision Development Corporation (http://www.cadvision.com/)
X-Original-NNTP-Posting-Host: 204.50.1.43
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

Hi,

Not quite sure what you are asking (I'm not familiar with this jackson
person)

int a, b, c, smallest;

cin >> a;
cin >> b;
cin >> c;

smallest = a;
if (b < smallest) smallest = b;
if (c < smallest) smallest = c;

HTH,

Betelgeuse


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019