Export

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?

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.