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 a decimal c#?

472


What is the difference between CreateObject() and GetObject()?

557


Why do we need reflection in c#?

489


How do you define a predicate?

486


Explain about accessibility modifier 'protected internal'?

543






What is default value of bool in c#?

522


What is dao in c#?

490


What is the difference between struct and class c#?

485


What is out in c#?

516


What is strongly typed in c#?

498


How do I type a whitespace character?

530


Can abstract class have constructor?

502


What is a must for multitasking

569


So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?

494


What is lazy loading c#?

502