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...

Difference between C++ and C#.net

Answer Posted / sharmin jose

Navin, what you told is not correct. C++ is platform
dependent where as C# not. MSIL code will run in any
platform if CLR is running.
For e.g., if a CLR is developed for Linux(I think its
there), the code which got compiled in Windows can be run
there.
But for C++, the .exe file created is very much dependent
on the machine. For e.g., the Windows C++ .exe file can
never be run in Linux.

Is This Answer Correct ?    35 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many parameters can a method have c#?

966


What are the examples of data types?

1028


What are the types of access modifiers?

956


Is there throws keyword in c#?

947


What does out mean c#?

997


What do you mean by a windows process in regards to memory allocation?

1007


How do I unload an assembly?

999


What are extender provider components? Explain how to use an extender provider in the project.

946


How does c# achieve polymorphism?

994


What is overloading in c#?

961


What is difference between dictionary and hashtable?

1077


What does ienumerable mean?

974


Is std :: string null terminated?

961


What is iqueryable?

1007


write a c# program add two matrix with input number ?

1012