Home » Community » Coffee corner » Two Questions
Two Questions [message #23846] |
Thu, 26 November 2009 10:32  |
alexstrickland
Messages: 1 Registered: November 2009 Location: Cape Town
|
Junior Member |
|
|
Hi
What is the basis of the GUI on non-Windows targets?
How do you make this forum so fast?
Thanks
Alex
acb1059a8642e9b2f266d0fdc1dfc1bb
|
|
|
Re: Two Questions [message #23851 is a reply to message #23846] |
Thu, 26 November 2009 16:16   |
mr_ped
Messages: 826 Registered: November 2005 Location: Czech Republic - Praha
|
Experienced Contributor |
|
|
1) X11 (with optional help of GTK+, but can live without it quite well)
2) C++ (search forum, Mirek somewhere posted a bit of information about it and I'm lazy to search)
Most of the web forums are programmed in web-era languages like PHP, python, ruby or ASP. None of those can survive direct comparison with C++ native code in terms of speed, especially if the C++ is written by experienced guy in a very efficient manner.
That said:
Python/C#/Java are practically fast enough to be used, PHP is poor man's choice (but so convenient, especially with decent framework fixing the biggest language shortcomings, that I'm right now creating medium size web project in PHP instead of C++ ... it's 20-500x times slower then C++, but who cares, it's fast enough to be usable, modern PC HW is absolute beast).
[Updated on: Thu, 26 November 2009 16:17] Report message to a moderator
|
|
|
|
|
Goto Forum:
Current Time: Sun Apr 27 17:05:16 CEST 2025
Total time taken to generate the page: 0.03590 seconds
|