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 an int c#?

1 Answers  


Define constructor in c#.

1 Answers  


List out the differences between array and arraylist in c#?

1 Answers  


You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?

1 Answers  


What are the 3 elements of delegation?

1 Answers  


What is a private constructor? where will you use it?

6 Answers   Fulcrum Logic,


How to use session under class file of APP_Code folder?

1 Answers   ADITI,


Is c# good for games?

1 Answers  


What does this keyword mean in c#?

1 Answers  


Indexers in c#?

8 Answers   Intaglio, Microsoft, TCS,


Is it possible to have a static indexer in c#? Allowed in c#.

1 Answers  


What is scope c#?

1 Answers  


Categories