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
what is the difference between the debug class and trace class?
What is array formula?
Are arraylist faster or arrays?
What is the delegate in c#?
What are the benefits of using windows services:
What is dll in vb.net?
Can private virtual methods be overridden in c#.net?
How to implement an object pool in c#.net.
Can we make a class private in c#?
What is datasource c#?
How to use session under class file of APP_Code folder?
What do you know about WM_CHAR message?
What is a hash table c#?
What are the types of comment in c# with examples?
what is full assembly reference