You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
用C来实现面向对象,概念很好,实现很巧。
但是,1. 没办法真的完全面向对象,最基本的函数重载也没有(这个我已经实现了一个根据参数个数的重装版本,但是无法根据参数类型重装) 2. 用大量的函数指针实现面向对象导致效率和空间下降,而且编译器也无法对函数指针进行优化,对于小块的代码无法实现内联。3. 无法继承多个接口 等等
所以,能不能直接开源一套用C++结合Android activity和一些android ios风格的控价集合呢?please
The text was updated successfully, but these errors were encountered: