From p.singleton@keele.ac.uk  Mon Jul 26 17:23:46 1999
Received: from mail4.svr.pol.co.uk (mail4.svr.pol.co.uk [195.92.193.211])
	by swi.swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id RAA06605
	for <prolog@swi.psy.uva.nl>; Mon, 26 Jul 1999 17:23:43 +0200 (MET DST)
Received: from modem4294967263.events.dialup.pol.co.uk ([195.92.2.33] helo=keele.ac.uk)
	by mail4.svr.pol.co.uk with esmtp (Exim 2.12 #1)
	id 118mc3-0005hm-00
	for prolog@swi.psy.uva.nl; Mon, 26 Jul 1999 16:24:23 +0100
Message-ID: <379C7D5F.65F90772@keele.ac.uk>
Date: Mon, 26 Jul 1999 16:23:11 +0100
From: Paul Singleton <p.singleton@keele.ac.uk>
Organization: SmartArts Computing Consultancy
X-Mailer: Mozilla 4.6 [en-gb] (WinNT; I)
X-Accept-Language: en-GB,en,en-*
MIME-Version: 1.0
To: SWI Prolog <prolog@swi.psy.uva.nl>
Subject: Sprintf and C++ foreign code
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Is there an equivalent of Sprintf() for use in C++ foreign code?

(NB I don't know C++ well; I've just ported some C foreign code
for compilation as C++ (MS VC++ 5.0); it works fine except it
can't find Sprintf; after a quick look in pl/include, neither
can I! and I only use Sprintf for basic debugging/diagnostics)

Paul S

