编译测试程序

Posted orejia

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译测试程序相关的知识,希望对你有一定的参考价值。

#include <event2/event.h>
#include <iostream>

using namespace std;

int main()
{
    cout << "test libevent.
";
    event_base * base = event_base_new();
    if (base)
    {   
        cout << "event_base_new success.
";
    }   
    return 0;
}

 

以上是关于编译测试程序的主要内容,如果未能解决你的问题,请参考以下文章

Android 逆向Android 逆向通用工具开发 ( Android 平台运行的 cmd 程序类型 | Android 平台运行的 cmd 程序编译选项 | 编译 cmd 可执行程序 )(代码片段

是否可以动态编译和执行 C# 代码片段?

C程序存储结构

Notepad++编辑器——Verilog代码片段直接编译

如何有条件地将 C 代码片段编译到我的 Perl 模块?

运行/调试你的PHP代码