473,395 Members | 1,891 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

macros question #2

first of all i would like to thank Alexander Bartolich and Richard
Heathfield for answering my
"macros question" #1

another macros question now:

how could i define a macros with variable number of parameters? i want
to create

void printfatal(char *file, int line, char *format, ...);
so i wanna define a macros wich i could call like

fatal("%d %s", var1, var2);

and which would be preprocessed into

printfatal(__FILE__, __LINE__, "%d %s", var1, var2);

is that possible?
Nov 14 '05 #1
5 1452
On 8 Apr 2004 11:42:41 -0700, ar**@arro.ru (Andrew Arro) wrote:
how could i define a macros with variable number of parameters?
fatal("%d %s", var1, var2);
printfatal(__FILE__, __LINE__, "%d %s", var1, var2);


#define fatal( s, ... ) printfatal( __FILE__, __LINE__, __VA_ARGS__ )

Assuming your compiler handles C99.

--
#include <standard.disclaimer>
_
Kevin D Quitt USA 91387-4454 96.37% of all statistics are made up
Per the FCA, this address may not be added to any commercial mail list
Nov 14 '05 #2
Kevin D. Quitt wrote:
Andrew Arro wrote:
How could I define a macros with variable number of parameters?
fatal("%d %s", var1, var2);
printfatal(__FILE__, __LINE__, "%d %s", var1, var2);

#define fatal( s, ... ) printfatal( __FILE__, __LINE__, __VA_ARGS__ )


#define fatal( s, ... ) printfatal( __FILE__, __LINE__, s, __VA_ARGS__ )

Nov 14 '05 #3
"E. Robert Tisdale" <E.**************@jpl.nasa.gov> wrote in message news:<40**************@jpl.nasa.gov>...
Kevin D. Quitt wrote:
Andrew Arro wrote:
How could I define a macros with variable number of parameters?
fatal("%d %s", var1, var2);
printfatal(__FILE__, __LINE__, "%d %s", var1, var2);

#define fatal( s, ... ) printfatal( __FILE__, __LINE__, __VA_ARGS__ )


#define fatal( s, ... ) printfatal( __FILE__, __LINE__, s, __VA_ARGS__ )


thanx guys, actualy the best option i think is

#define fatal(... ) printfatal( __FILE__, __LINE__, __VA_ARGS__ )

this case
fatal("message")

also works

thanx again!
Nov 14 '05 #4
On Thu, 08 Apr 2004 12:26:23 -0700, Kevin D. Quitt
<KQ**********@IEEIncUNMUNG.com> wrote:
#define fatal( s, ... ) printfatal( __FILE__, __LINE__, __VA_ARGS__ )

^^
I'm not sure where that came from, but it doesn't belong. Sorry.

--
#include <standard.disclaimer>
_
Kevin D Quitt USA 91387-4454 96.37% of all statistics are made up
Per the FCA, this address may not be added to any commercial mail list
Nov 14 '05 #5
On 8 Apr 2004 11:42:41 -0700, ar**@arro.ru (Andrew Arro) wrote:
how could i define a macros with variable number of parameters? i want
to create

void printfatal(char *file, int line, char *format, ...);
so i wanna define a macros wich i could call like

fatal("%d %s", var1, var2);

and which would be preprocessed into

printfatal(__FILE__, __LINE__, "%d %s", var1, var2);

is that possible?


In addition to the answer already given for C99, which isn't yet
widely implemented, you can do almost but not quite the same thing in
GCC even in older versions.

In the absence of either of those, AFAIK the closest you can come is a
pseudoCurrying hack:

#define fatal /*NOT functionlike*/ \
printfileline(__FILE__,__LINE__), printf /* gets "arguments" */
/* or instead of printf other appropriate variadic function */

or
#define fatal printfilelinethenprintf(__FILE__,__LINE__) which is
declared to return a function pointer and actually returns a pointer
to printf or whatever, which then gets invoked the arguments.

- David.Thompson1 at worldnet.att.net
Nov 14 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: Chris Reedy | last post by:
For everyone - Apologies for the length of this message. If you don't want to look at the long example, you can skip to the end of the message. And for the Python gurus among you, if you can...
699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
16
by: mike420 | last post by:
Tayss wrote: > > app = wxPySimpleApp() > frame = MainWindow(None, -1, "A window") > frame.Show(True) > app.MainLoop() > Why do you need a macro for that? Why don't you just write
37
by: michele.simionato | last post by:
Paul Rubin wrote: > How about macros? Some pretty horrible things have been done in C > programs with the C preprocessor. But there's a movememnt afloat to > add hygienic macros to Python. Got any...
8
by: Michael Winter | last post by:
In a recent post ("About C error" by Victor, 21 Sep 2003), comments were made about the poster's use of macros. What I would like to know is why they are considered bad? I'm not referring to...
11
by: Ben Hetland | last post by:
....in certain cituations they can be useful if not for anything else, then at least for saving a lot of repetetetetetitititive typing. :-) Beyond the point of "do something better instead", I'm...
3
by: Stephen Sprunk | last post by:
On a project I'm working on, I ran across the following macros: /* assume s is struct stream *, s->p is char, v is unit16_t or uint32_t */ #define in_uint16_le(s,v) { v = *((s)->p++); v +=...
47
by: Emil | last post by:
Is there any hope that new versions of PHP will support macros similar to C or C++? I've searched manual and didn't find anything except define directive, but it can be used to define constant...
11
by: San | last post by:
hi there, I am new to c++ and tryig to learn the basics of the c++ concepts. While I was reading the templates, I realize that the templates are a syntax that the compilar expands pased upon the...
33
by: Robert Seacord | last post by:
When writing C99 code is a reasonable recommendation to use inline functions instead of macros? What sort of things is it still reasonable to do using macros? For example, is it reasonable to...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.