Rhine720
- 88
- 0
Create my own browser? I like firefox and all, but I can't get it to be PERFECT for me..
The discussion revolves around customizing Firefox to meet individual preferences, exploring the feasibility of creating a perfect browser. Participants touch on programming languages used in browser development, particularly focusing on Internet Explorer and Firefox, and the implications of open-source software for customization.
Participants express differing views on the programming languages used in Internet Explorer and the implications for browser development. There is no consensus on the best approach to customizing Firefox or the feasibility of creating a perfect browser.
Participants' claims about programming languages and their suitability for browser development depend on various assumptions and interpretations of technical capabilities. The discussion does not resolve the complexities involved in modifying existing software or the implications of using different programming languages.
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?