栈  0.1
数据结构_第3章
ch3_5.cc File Reference

后缀表达式的计算 More...

#include "Rpn.hh"
#include <cstring>
#include <ctime>
Include dependency graph for ch3_5.cc:

Go to the source code of this file.

Functions

int main (int argc, char const *argv[])
 

Detailed Description

后缀表达式的计算

Author
Guorui Wei (31301.nosp@m.7602.nosp@m.@qq.c.nosp@m.om)
Version
0.1
Date
2020-04-05

Definition in file ch3_5.cc.

Function Documentation

◆ main()

int main ( int  argc,
char const *  argv[] 
)

Definition at line 16 of file ch3_5.cc.

References RPN::Rpn_t::assign(), RPN::buf_size, RPN::Rpn_t::calcVal(), RPN::Postfix, and RPN::Rpn_t::postfix().

Here is the call graph for this function: