当前位置 博文首页 > 我爱编程:C++的关键子

    我爱编程:C++的关键子

    作者:[db:作者] 时间:2021-07-02 15:36

    asm
    do
    if
    return
    typedef
    auto
    double
    inline
    short
    typeid
    bool
    dynamic_cast
    int
    signed
    typename
    break
    else
    long
    sizeof
    union
    case
    enum
    mutable
    static
    unsigned
    catch
    explicit
    namespace
    static_cast
    using
    char
    export
    new
    struct
    virtual
    class
    extern
    operator
    switch
    void
    const
    false
    private
    template
    volatile
    const_cast
    float
    protected
    this
    wchar_t
    continue
    for
    public
    throw
    while
    default
    friend
    register
    true
    delete
    goto
    reinterpret_cast
    try
    alignas、alignof、char16_t、char32_t、constexpr、decltype、noexcept、nullptr、static_assert、thread_local。

    cs
    下一篇:没有了