Thread: keyword: export

  1. #1
    Unregistered
    Guest

    Question keyword: export

    hi, was reading up on classes and templates and such when the book I was reading mentioned that it is no longer necessary to put the implementation and the definitions together. Can go back to using separate .h and .cpp files as long as you use the export keyword.

    is anyone using a compiler which is able to do this?

    does anyone know which compilers support this?

    Thanks

  2. #2
    Registered User OxYgEn-22's Avatar
    Join Date
    Apr 2002
    Posts
    36
    all i know of is that the export keyword is used to set and call functions in .dlls
    Is that air you're breathing?

  3. #3
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    The Comeau compiler apparently supports it in some form. I don't know of any others.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. run windows exe
    By munna_dude in forum Linux Programming
    Replies: 3
    Last Post: 10-10-2007, 01:12 AM
  2. keyword replacement
    By JackBear in forum C Programming
    Replies: 11
    Last Post: 05-18-2007, 10:54 PM
  3. Virtual Keyword
    By Shal in forum C++ Programming
    Replies: 6
    Last Post: 05-18-2006, 11:37 AM
  4. extern keyword
    By trekker in forum C Programming
    Replies: 7
    Last Post: 06-01-2005, 01:31 PM
  5. how to search a keyword in C?
    By kreyes in forum C Programming
    Replies: 2
    Last Post: 03-01-2002, 08:22 PM