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
Export
Export
Oct 25, 2009 at 9:16am UTC
Null
(957)
Hello, I have few questions regarding C++
export
keyword
1. Why compilers don't implement it?
2. How to use it?
3. On Dev-C++ _export and __export keywords exist. Can I use them as
export
keyword or they simply exist for compatibility?
Oct 25, 2009 at 10:54am UTC
Bazzy
(6281)
1.
http://www.network-theory.co.uk/docs/gccintro/gccintro_61.html
2.
http://www.parashift.com/c++-faq-lite/templates.html#faq-35.14
3. No, never use non-standard stuff and notice that Dev-C++ is an IDE, not a compiler
Topic archived. No new replies allowed.