Á
Ágoston Bejó
Hi there,
In the old Pascal-times, you could set compiler switches in the source code,
with a syntax like {$G+}, things like that (I don't remember them accurately
anymore).
Is there something similar with C++ compilers, e.g. to set the /GX switch
(unwind semantics for exception handling) on and off? This is what I mean if
it is still not clear:
// {GX+}
void funcWithExcHandling() {...}
// {GX-}
void funcWithoutExcHandling() {...}
Yeah, and one more question: Is there a newsgroup specifically for MS Visual
C++ compilers?
Thx,
Guszti
In the old Pascal-times, you could set compiler switches in the source code,
with a syntax like {$G+}, things like that (I don't remember them accurately
anymore).
Is there something similar with C++ compilers, e.g. to set the /GX switch
(unwind semantics for exception handling) on and off? This is what I mean if
it is still not clear:
// {GX+}
void funcWithExcHandling() {...}
// {GX-}
void funcWithoutExcHandling() {...}
Yeah, and one more question: Is there a newsgroup specifically for MS Visual
C++ compilers?
Thx,
Guszti