Qt 6.11 is out! See what's new in the release
blog
Infix expression to postfix expression
General and Desktop
3
Posts
2
Posters
1.5k
Views
1
Watching
-
since this is not used in Qt (AFAIK) you will have to do it yourself:
use QString::at() and "QStack":http://qt-project.org/doc/qt-4.8/qstack.html class.
And follow "this":http://scriptasylum.com/tutorials/infix_postfix/algorithms/infix-postfix/ instruction.