Would it be possible that gtk implementation in C++
- From: 黄羽众 <ihyzi 163 com>
- To: gtk-list gnome org
- Subject: Would it be possible that gtk implementation in C++
- Date: Thu, 7 Aug 2014 23:22:03 +0800 (CST)
For the past few time, I am using gtkmm to development GUI application, and I am really enjoy it.
I know that choose C as its implementation language makes gtk gain a wonderful performance,
I think that as a complier which have to think a lot about performance, it turn to C++ for code elegance and development speed,
a GUI application have no reason to continue using C stuff.
Actually gtk implement a object system as its essential part, that did prove that GUI application need a object-oriented design.
And C++ could provide this as a language level feaure, needless to implement it in application code.
So I suggest that it is possible to develop gtk in c++ as main-line support?
Unlike gtkmm, which is just a wrapper from c++ to c, turn to c++ in main-line means a lot.
GCC choose this and get good result, I think gtk could have a try.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]