打印

C语言给你带来难忘的瞬间

[复制链接]
1370|3
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
xiangchli|  楼主 | 2012-11-8 13:36 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
沙发
john_lee| | 2012-11-9 02:11 | 只看该作者
现在回想起来,学习和使用C语言,给我的幸福和抓狂好像都早已平淡,所谓难忘的瞬间,很多都已忘记了。因为这些感觉已经淹没在了新的幸福及抓狂的感觉,和难忘的瞬间中:
 
template<typename IF, typename PARAM, typename... EPS>
class if_impl_t : public PARAM {
    static_assert(sizeof...(EPS) >= 1, "the interface must have at least one endpoint");
public:
    static const uint_fast8_t size = sizeof...(EPS);
    template<int IEP, typename EP, typename... REST>
    struct ep_desc_t : public descriptor::ep_t<EP, IEP>, public ep_desc_t<IEP + 1, REST...> { };
    template<int IEP, typename EP>
    struct ep_desc_t<IEP, EP> : public descriptor::ep_t<EP, IEP> { };
    template<int IEP>
    struct ep_desc_cap_t : public ep_desc_t<IEP, EPS...> { };
    __INLINE constexpr if_impl_t()
    {
    }
    .......

使用特权

评论回复
板凳
阿南| | 2012-11-9 10:03 | 只看该作者
现在我离开了C,嘛事也做不了

使用特权

评论回复
地板
xiangchli|  楼主 | 2012-11-9 13:26 | 只看该作者
那你现在用什么多?能离开C需要不一般的能力 3# 阿南

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

1

主题

173

帖子

0

粉丝