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 method is used to sort the elements of the array in descending order?
How does bubble sort work?
Explain About Postback
What is private variable?
How do you sort an array in c#?
When should you use generics?
what is a static constructor?
What is view model in c#?
Why is c# a good programming language?
What are the variables in c#?
What is signature c#?
What are the characteristics of c#?
What are cshtml files?
Is c# substring zero based?
What exception can an overridden method throw in comparison with the method it is overriding?