Hi Everyone,
Just wandering if it is better to use Visual C++ for making a web browser or the other way round. I intend to build a web browser myself but I need to know which is best to use.
Thank You
Sweetcorn
Printable View
Hi Everyone,
Just wandering if it is better to use Visual C++ for making a web browser or the other way round. I intend to build a web browser myself but I need to know which is best to use.
Thank You
Sweetcorn
It depends. Are we talking a full blown web browser here? If so, and you are fluent with VC++ then I would go that route since web browser's are expected to have high performance. If we are talking about just a simple web browser, then I would go VB.
Thanks. That's a tough one. On one side I want a fully grown web browser but yet I am not fluent with VC++...
Hm... Wonder what to do.
Thanks anyway
Sweetcorn
If you are building a browser complete from scratch then i would very much use VC++, If you are talking about dropping the IE component onto a form then use VB.
But all this depends on your knowledge of both languages.