点击路由器c++标准库

click router c++ standard library

本文关键字:标准 c++ 路由器      更新时间:2023-10-16

可以使click路由器(http://www.read.cs.ucla.edu/click/)包含c++标准库吗?

我想创建一个可以生成txt文件的元素,c++代码如下:

#include <fstream>
using namespace std;
int main () {
    ofstream out("esp.conf");
    int _spi = 234;
    int _rpl = 300;
    out << _spi << endl;
    out << _rpl << endl;
}

我已经算出来了

你应该这样配置:./configure——enable- userlevel——disable-linuxmodule

但是,这不能在目录中生成esp.conf