cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
gcc __attribute__((constructor)) and com
gcc __attribute__((constructor)) and command line arguments
May 16, 2012 at 7:18pm UTC
alkedr
(1)
I am using gcc.
Can I somehow access argc and argv from function declared with __attribute__((constructor))?
Last edited on
May 16, 2012 at 7:25pm UTC
May 16, 2012 at 9:14pm UTC
Peter87
(11254)
I don't think so.
Topic archived. No new replies allowed.