Archive for C++ misc

How to use a C# dll in Native C++ App

I know that this forum was intended for C++ and UNIX techies. But still I would feel, this one can also enhance our thinking horizons …
So while looking at the new features provided by Microsoft in it .Net Libraries, I was astronished how much money microsoft had spent to develop such architectural solutions and publishing for the users.
So I got an idea of using one such libraries which was a C# dll from my native C++ application without re-writing it.

Can anybody suggest me, an idea of doing it ??

Comments (2)

What is this…?

Explain about Double pointing ?

Leave a Comment

Dff between enum,const and # define?

What ares the differences between
a) enum
b) const
c) # defines. Compare the three ?

Comments (2)

can u assign a reference to Null?

What is the difference between pointer and a reference?

can u assign a reference to Null?

Comments (1)

byte order testing?

How can I test whether my system’s byte order is big endian or little endian.?

How can I convert from big to little endian?

Comments (2)