Mail Archives: djgpp-workers/1996/08/01/11:14:07
On Thu, 1 Aug 1996, DJ Delorie wrote:
> conio already handles this by using C++ constructors, which get called
> before main().
How can I access variables like argc and argv from these constructors
(without writing C++ code)? If I cannot, they aren't good enough. Also,
how can one know in what order will these constructors be called? (Sorry,
I never bothered to look into the mechanism which ctors and dtors use, so
I might have just asked two dumb questions.)
- Raw text -