Wednesday, January 19, 2011

Mingling of C and C++ Functions.

I recently added one more functionality using C and C++ libraries. I referred the following links for the purification of the implementation.

http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html

http://developers.sun.com/solaris/articles/mixing.html

They are really good and gives a neat picture of what to do and how to do that.