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 |
What is the function of .IsDescendent()?
What is a nested type. Give an example?
Is as keyword in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
How to open a new form on button click in Windows forms?
Where is the output of TextWriterTraceListener redirected?
How to install or uninstall a windows service?
what is a constructor? What is a destructor?
What types of object can I throw as exceptions?
How many catch blocks can be there for a single try block?
What is an argument in c#?
Why interface is required?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)