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?



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

Post New Answer

More C Sharp Interview Questions

What are destructors in C#?

1 Answers   TryTechnicals Pvt Ltd,


What is reference c#?

0 Answers  


Explain About remoting and web services. Difference between them

0 Answers   Microsoft,


What is datetime parse in c#?

0 Answers  


what are the differences b/w structure and class?

10 Answers  


What is .cs file in c#?

0 Answers  


When Should You Call The Garbage Collector In .net?

0 Answers   Siebel Systems,


What is the advantage of constructor in c#?

0 Answers  


How does a while loop work?

0 Answers  


Explain About stateless and state full web service

0 Answers   Digital GlobalSoft,


How do you ensure the assembly created in c# is interoperable with vb.net?

4 Answers   IBM,


Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?

0 Answers  


Categories