Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is difference between float and decimal?

1027


What is meant by unicode characters?

1044


How many types of methods are there in c#?

969


What is event sourcing in c#?

1021


Is java better than c sharp?

1017


What is ienumerable and iqueryable?

967


How do you escape c#?

942


How do I do implement a trace?

1169


When should you use generics?

983


Explain the difference between the debug class and trace class?

943


What is the purpose of c#?

1054


What is dictionary class in c#?

1050


Why do we need events in c#?

1031


How do you use nullable?

1019


What is a c# delegate?

1129