How to include c++ header files in c# components?



How to include c++ header files in c# components?..

Answer / rizwan

they are called namespaces in C#.
they are included as
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More C Sharp Interview Questions

What is object pool in .net?

0 Answers  


What is difference between arraylist and list in c#?

0 Answers  


What is the difference between early binding and late binding in c#?

0 Answers  


Is linkedhashset synchronized?

0 Answers  


Why do we need static class in c#?

0 Answers  






What is use of abstract class in c#?

0 Answers  


What is datarelation c#?

0 Answers  


Can abstract class be sealed?

0 Answers  


What is lazy t?

0 Answers  


What is the difference while using directive vs using statement ?

0 Answers  


What is difference between "as" and "is" keyword?

1 Answers  


How can you prevent classes to be inherited?

10 Answers   Microsoft, Satyam,


Categories