> where do you put it and what else do you do?

Ray and David have half of the answer. Specifically, you put it in a 
constructor for a static class instance. The first "user code" that C++ runs -- 
before int main() -- is static class constructors.

What else do you do?

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of M. Ray Mullins
Sent: Wednesday, April 26, 2023 10:50 AM
To: [email protected]
Subject: Re: XLC architecture level question

Since this is C++, I'd stick it in a constructor for main, or (less 
desirable) main::init(). No LE games needed.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to