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 Implicit conversion in C#?

0 Answers  


What is the purpose of ienumerable in c#?

0 Answers  


Which layer executed first among these Application layer,Buisness layer or Data Base Layer?

2 Answers   L&T,


What is the default value of date?

0 Answers  


Can you instantiate a struct without using a new operator in c#?

0 Answers  


What is sqldataadapter in c#?

0 Answers  


can you declare an override method to be static if the original method is not static?

0 Answers   Siebel Systems,


What is the difference between directcast and ctype?

2 Answers   BirlaSoft, Wipro,


What is binding in c#?

0 Answers  


Can a method return multiple values in c#?

0 Answers  


What is the difference between readonly and constant in c#

2 Answers   Fulcrum Logic,


What is the use of dll file in c#?

0 Answers  


Categories