CompuServe Messages

#C++ &-Referencing

    28-Feb-90 08:47:34
Fm: Greg Comeau@Comeau Cmptg 72331,3421
To: Chuck Leamon 71551,16
If you want to stop the name mangling you can use 'extern "C"' for C linkage as in 'extern "C" int foo(type bar etc);'… not sure if that's what you want here though… (BTW, externC is a 2.0ism since 2.0 now support type safe linkage which essentially means prototype enforcement *across* source files not just within individual source files).