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?s the difference between <c> and <code> XML documentation tag?

1 Answers  


What are primitive types in c#?

0 Answers  


What do you mean by serialization in .NET?

0 Answers   Accenture,


What is the difference between malloc () and new?

0 Answers  


What is difference between array and list in c#?

0 Answers  


Can you have an array of arrays?

0 Answers  


From which base class do all Web Forms inherit from?

0 Answers   Siebel,


How to transpose rows into columns and columns into rows in a multi-dimensional array?

4 Answers   Microsoft,


Can a child class call the constructor of a base class?

0 Answers  


Which attribute is used in order that the method can be used as webservice?

0 Answers  


What are actions in c#?

0 Answers  


Can a structure inherit a class.

3 Answers   Infosys, Synechron,


Categories