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


Please Help Members By Posting Answers For Below Questions

What method is used to sort the elements of the array in descending order?

728


How does bubble sort work?

664


Explain About Postback

715


What is private variable?

660


How do you sort an array in c#?

671


When should you use generics?

684


what is a static constructor?

850


What is view model in c#?

632


Why is c# a good programming language?

654


What are the variables in c#?

693


What is signature c#?

650


What are the characteristics of c#?

660


What are cshtml files?

648


Is c# substring zero based?

677


What exception can an overridden method throw in comparison with the method it is overriding?

619