文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>在结构体里放 string 是不行的

在结构体里放 string 是不行的

时间:2011-03-16  来源:lxgeek

比如这样:

/* the struct of the node by adjacency-list representation */
typedef struct
{
        /* the name of node */
        string nodename;

        /* the list of each node */
        vector< string > nodelist;

        /* the begin probability of the node */
        vector< float > nodeprob;

} nbnode;
相关阅读 更多 +
排行榜 更多 +
我狙击打的贼准

我狙击打的贼准

飞行射击 下载
枪战突击

枪战突击

飞行射击 下载
其乐无穷

其乐无穷

飞行射击 下载