How to include c++ header files in c# components?
Answer Posted / 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 View All Answers
What is difference between float and decimal?
What is meant by unicode characters?
How many types of methods are there in c#?
What is event sourcing in c#?
Is java better than c sharp?
What is ienumerable and iqueryable?
How do you escape c#?
How do I do implement a trace?
When should you use generics?
Explain the difference between the debug class and trace class?
What is the purpose of c#?
What is dictionary class in c#?
Why do we need events in c#?
How do you use nullable?
What is a c# delegate?