Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

小小建议 #6

Open
incity opened this issue May 27, 2020 · 1 comment
Open

小小建议 #6

incity opened this issue May 27, 2020 · 1 comment

Comments

@incity
Copy link

incity commented May 27, 2020

用C来实现面向对象,概念很好,实现很巧。
但是,1. 没办法真的完全面向对象,最基本的函数重载也没有(这个我已经实现了一个根据参数个数的重装版本,但是无法根据参数类型重装) 2. 用大量的函数指针实现面向对象导致效率和空间下降,而且编译器也无法对函数指针进行优化,对于小块的代码无法实现内联。3. 无法继承多个接口 等等

所以,能不能直接开源一套用C++结合Android activity和一些android ios风格的控价集合呢?please

@VincentWei
Copy link
Owner

This is not a small suggestion, but really a big one. :)

We are now working on HybridOS to introduce Web technologies to embedded system. I think HTML5 and CSS3 will be the ultimate resolution beyond any C++-based framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants