Rhine720
- 88
- 0
Create my own browser? I like firefox and all, but I can't get it to be PERFECT for me..
I don't know this for a fact, but I would venture to guess that a major fraction of IE is written in C#.silverfrost said:As a general principle you can write any program in any general purpose programming language. Some languages are better at some things than others. Internet Explorer is written in C++ so that is a fairly good indicator...
Most of the software you use will have been written in C or C++.
Mark44 said:I don't know this for a fact, but I would venture to guess that a major fraction of IE is written in C#.
Large programs, such as IE, can be written using multiple programming languages, with parts such as user interfaces written in .NET managed code (C#), and other, lower-level parts written in C++.silverfrost said:I doubt much (if any) of IE or any OS components are written in C#. .NET is not well suited to writing OS extensions.
silverfrost said:Internet Explorer is written in C++ so that is a fairly good indicator...
borek said:rhine720 want's a perfect browser, so fact that ie is written in c++ is a fairly bad indicator.
DavidSnider said:Firefox is open source. Why not just modify it to suit your desires?