From: Per W. <pw...@ia...> - 2008-08-15 21:19:00
|
The ... is called an ellipsis. You should take a closer look at the stdarg.h include file. The function names and macros in that file are excellent to use in Google :) By the way: Please try to limit yourself to text-only mails to this list. Most mailing lists are text-only. /pwm On Fri, 15 Aug 2008, angel dario wrote: > > > I've being wanting to use the ... thing (sorry I don't know the name) on my functions but I don't know how to use it. > I looked on google I couldn't find anything. > > Can someone provide me with the information on how to use it? at least a website? > > If you are wandering what's the ... about is the thing that printf and scanf uses. for example: > > printf(const char*, ...); > > Thanks. > Y_Y > _________________________________________________________________ > Get thousands of games on your PC, your mobile phone, and the web with Windows®. > http://clk.atdmt.com/MRT/go/108588800/direct/01/ |